信呼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,