Ejemplo n.º 1
0
 /**
  * Return 404 and 404 headers
  */
 public static function respond404()
 {
     header($_SERVER['SERVER_PROTOCOL'] . " 404 Not Found", true, 404);
     //.replace = true
     $view = new NWTemplate();
     $view->display('404.tpl');
 }