Skip to content

Commit cca053c

Browse files
committed
update 260228
1 parent 7842bcb commit cca053c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

open/dev/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
$app->Runin("message", explode("|", $msgdata["message"]));
3434
endif;
3535
/**
36-
* 写入底层模块
36+
* 底层模块
3737
* 除开UT-FRAME公共模块
3838
*/
3939
$app->Runin("modules",UTData::QueryData("cms_module","","bid=3 and mid<>'".$config["DEFAULT_MOD"]."'","","")["querydata"]);
4040
/**
41-
* 写入自定义模块
41+
* 自定义模块
4242
*/
4343
$app->Runin("custmods",UTData::QueryData("cms_module","","bid<>3")["querydata"]);
4444
/**
45-
* 写入当前运行模块名称及栏目
45+
* 当前运行模块及栏目
4646
* befoitem前端地址集,backtem后端栏目集
4747
*/
4848
$thismod=UTData::QueryData("cms_module","","mid='$m'","","")["querydata"][0];

0 commit comments

Comments
 (0)