From 5875ca19a43e1f1f384641e41d7caa55b77f62bc Mon Sep 17 00:00:00 2001 From: topnuomi <1130395124@qq.com> Date: Tue, 28 May 2019 10:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index b6c66a1..fb98569 100644 --- a/public/index.php +++ b/public/index.php @@ -7,5 +7,5 @@ define('BASEDIR', __DIR__ . '/..'); define('APPNS', 'application'); // 加载框架 require BASEDIR . '/system/Top.php'; -// 启动应用 +// 启动应用 \system\Top::start();