This commit is contained in:
parent
e515e647e8
commit
5875ca19a4
|
@ -7,5 +7,5 @@ define('BASEDIR', __DIR__ . '/..');
|
|||
define('APPNS', 'application');
|
||||
// 加载框架
|
||||
require BASEDIR . '/system/Top.php';
|
||||
// 启动应用
|
||||
// 启动应用
|
||||
\system\Top::start();
|
||||
|
|
Loading…
Reference in New Issue