This commit is contained in:
TOP糯米 2019-05-28 10:11:50 +08:00
parent e515e647e8
commit 5875ca19a4
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ define('BASEDIR', __DIR__ . '/..');
define('APPNS', 'application'); define('APPNS', 'application');
// 加载框架 // 加载框架
require BASEDIR . '/system/Top.php'; require BASEDIR . '/system/Top.php';
// 启动应用 // 启动应用
\system\Top::start(); \system\Top::start();