From a7b7b772fdbdfabb5120a367c280a5279e608f66 Mon Sep 17 00:00:00 2001 From: F4nniu Date: Thu, 11 Nov 2021 18:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20public=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E6=97=A0=E7=94=A8=E7=9A=84=20router.php?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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"; -}