예제 #1
0
 public function notFound()
 {
     $Error = new ErrorController();
     $Error->_404();
     header("HTTP/1.0 404 Not Found");
 }