We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73c4bb commit 5626c9bCopy full SHA for 5626c9b
1 file changed
app/modules/ut-frame/admin/session.php
@@ -9,8 +9,8 @@
9
$version=substr($frame_version,0,5);
10
$version_time=substr($frame_version,-6);
11
$app->Runin(
12
- array("version","version_time","update","develop","lock"),
13
- array($version,$version_time,$config["UPDATEURL"],$config["DEVELOP_OPEN"],$config["LOCKSCREEN"])
+ array("version","version_time","update","develop","lock","editor"),
+ array($version,$version_time,$config["UPDATEURL"],$config["DEVELOP_OPEN"],$config["LOCKSCREEN"],$config["EDITOR"])
14
);
15
/**
16
* 接收官方消息
0 commit comments