示例#1
0
 /**
  * 路由未找到
  */
 public static function notFound($path, $filename)
 {
     @header("HTTP/1.1 404 Not Found");
     APP::showError("Path \"{$path}\" Not Found.");
     DEBUG::put("Not found: path={$path}, file={$filename}", 'Router');
 }