From e515e647e8420be9bb886321b1a12c1f017cba1f Mon Sep 17 00:00:00 2001 From: topnuomi <1130395124@qq.com> Date: Tue, 28 May 2019 10:08:40 +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 fb98569..b6c66a1 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();