From d62e49abdd8f7fbf4780024a87835f5f3035748e Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Wed, 28 Aug 2024 14:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.php b/index.php index a6b9225..6d490a8 100644 --- a/index.php +++ b/index.php @@ -27,11 +27,6 @@ $this->control_func = $array[0]=='' ? 'home' : $array[0]; } - if(isset($array[1])){ - $this->control_name = $array[0]; - $this->control_func = $array[1]=='' ? 'home' : $array[1]; - } - // 还原GET if(!empty($array)) { unset($_GET['argv']);