Skip to content

Commit 2bb5985

Browse files
committed
加载扩展配置文件
1 parent 7d56bff commit 2bb5985

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Extend/Mode/Cli/App.class.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ class App {
2121
*/
2222
static public function run() {
2323

24+
//加载扩展配置文件
25+
load_ext_file();
26+
2427
if(C('URL_MODEL')==1) {// PATHINFO 模式URL下面 采用 index.php module/action/id/4
2528
$depr = C('URL_PATHINFO_DEPR');
2629
$path = isset($_SERVER['argv'][1])?$_SERVER['argv'][1]:'';
@@ -60,4 +63,4 @@ static public function run() {
6063
return ;
6164
}
6265

63-
};
66+
};

0 commit comments

Comments
 (0)