更新入口文件

This commit is contained in:
TOP糯米 2019-08-24 12:32:40 +08:00
parent 3d9434a0a6
commit 4a5bdaee26
1 changed files with 0 additions and 6 deletions

View File

@ -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;