function display($params = array())
 {
     site_header(array('title' => $GLOBALS['Language']->getText('include_exit', 'exit_error')));
     $sendMail = new Docman_Error_PermissionDenied();
     $sendMail->buildInterface();
     $GLOBALS['HTML']->footer(array('showfeedback' => false));
     exit;
 }
 function display($params = array())
 {
     $sendMail = new Docman_Error_PermissionDenied();
     $sendMail->buildInterface();
     exit;
 }