From d0481f14c8364b0e0456773c909e1c0ca8e093d3 Mon Sep 17 00:00:00 2001 From: lixiaoyu <1906596264@qq.com> Date: Sat, 23 Sep 2023 15:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/index.php b/mobile/index.php index 9461a0e..15af666 100755 --- a/mobile/index.php +++ b/mobile/index.php @@ -15,5 +15,4 @@ define('IN_ECTOUCH', true); if(isset($_GET['debug'])){ define('APP_DEBUG', true); } -echo 123; require dirname(__FILE__) . '/source/bootstrap.php';