From 8585ff7029f7f9762615c472195af74b38fd1362 Mon Sep 17 00:00:00 2001 From: axios Date: Thu, 5 Jul 2018 10:28:29 +0800 Subject: [PATCH] upadte --- public/router.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 public/router.php diff --git a/public/router.php b/public/router.php deleted file mode 100755 index 6ba1fabf..00000000 --- a/public/router.php +++ /dev/null @@ -1,17 +0,0 @@ - -// +---------------------------------------------------------------------- -// $Id$ - -if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["REQUEST_URI"])) { - return false; -} else { - require __DIR__ . "/index.php"; -}