From 4a5bdaee263015280b77480c51b15e9260da42e4 Mon Sep 17 00:00:00 2001 From: topnuomi <1130395124@qq.com> Date: Sat, 24 Aug 2019 12:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/index.php b/public/index.php index dfaa44c..ad1bbd7 100644 --- a/public/index.php +++ b/public/index.php @@ -2,8 +2,6 @@ use \top\Framework; -$m1 = microtime(true); - require '../framework/Framework.php'; // 可能你会使用到下面这些配置 @@ -40,7 +38,3 @@ require '../framework/Framework.php'; Framework::appPath('../application/'); Framework::startApp(); - -$m2 = microtime(true); - -echo $m2 - $m1; \ No newline at end of file