信呼v2.5.3版本

This commit is contained in:
雨中磐石
2023-02-16 16:04:13 +08:00
parent 6bd0ce491e
commit 117f629dcc
26 changed files with 217 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ class cogClassAction extends Action
'url' => '系统URL地址',
'localurl' => '系统本地地址',
'outurl' => '外网地址',
'rootpath' => '系统根目录',
'db_drive' => '操作数据库驱动',
'db_host' => '数据库地址',
'db_name' => '数据库名称',
@@ -32,6 +33,7 @@ class cogClassAction extends Action
'xinhukey' => getconfig('xinhukey'),
'db_host' => DB_HOST,
'db_name' => DB_BASE,
'rootpath' => ROOT_PATH,
'db_drive' => getconfig('db_drive'),
'version' => '信呼V'.VERSION.'',
'phpos' => PHP_OS,

View File

@@ -165,7 +165,7 @@ $(document).ready(function(){
<span style="color:#aaaaaa;">单位分钟默认是0没有限制</span></td></tr>
<tr><td height="10"></td></tr>
<tr><td align="right" style="color:gray">读取人员缓存方式:</td><td><select style="width:200px" name="usercache" class="form-control"><option value="">默认本地浏览器缓存</option><option <?php if(getconfig('usercache')=='1')echo 'selected';?> value="1">不缓存本地浏览器</option></select></td></tr>
<tr><td align="right" style="color:gray">读取人员本地缓存方式:</td><td><select style="width:200px" name="usercache" class="form-control"><option value="">默认本地浏览器缓存</option><option <?php if(getconfig('usercache')=='1')echo 'selected';?> value="1">不缓存本地浏览器</option></select></td></tr>
<tr><td height="10"></td></tr>
<tr>