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

View File

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