Example #1
0
 static function ErrorPage404()
 {
     $host = 'http://' . $_SERVER['HTTP_HOST'] . '/';
     header('HTTP/1.1 404 Not Found');
     header("Status: 404 Not Found");
     Controller::action_404();
 }