Example #1
0
 /**
  * A specific, common error message
  */
 public function display_permission_denied(Page $page)
 {
     $page->add_http_header("HTTP/1.0 403 Permission Denied");
     $this->display_error($page, "Permission Denied", "You do not have permission to access this page");
 }