| @@ -316,7 +316,7 @@ $actionSearch[9] = array( | |||||
| 'description' => '后台系统设置', | 'description' => '后台系统设置', | ||||
| 'soniterm' => array( | 'soniterm' => array( | ||||
| 0 => array( | 0 => array( | ||||
| 'title' => '系统变量配置', | |||||
| 'title' => '系统变量设置', | |||||
| 'description' => '站点设置、核心设置、附件设置、会员设置、互动设置、性能选项、其它选项、添加新变量等功能设置', | 'description' => '站点设置、核心设置、附件设置、会员设置、互动设置、性能选项、其它选项、添加新变量等功能设置', | ||||
| 'purview' => 'sys_Edit', | 'purview' => 'sys_Edit', | ||||
| 'linkurl' => 'sys_info.php' | 'linkurl' => 'sys_info.php' | ||||
| @@ -58,7 +58,7 @@ if ($cuserLogin->getUserType() >= 10) { | |||||
| <m:item name='支付接口设置' link='sys_payment.php' .php' rank='sys_Data' target='main' /> | <m:item name='支付接口设置' link='sys_payment.php' .php' rank='sys_Data' target='main' /> | ||||
| </m:top> | </m:top> | ||||
| <m:top item='12_' name='系统设置' rank='sys_User,sys_Group,sys_Edit,sys_Log,sys_Data' icon='fa-cog'> | <m:top item='12_' name='系统设置' rank='sys_User,sys_Group,sys_Edit,sys_Log,sys_Data' icon='fa-cog'> | ||||
| <m:item name='系统变量配置' link='sys_info.php' rank='sys_Edit' target='main' /> | |||||
| <m:item name='系统变量设置' link='sys_info.php' rank='sys_Edit' target='main' /> | |||||
| <m:item name='系统日志管理' link='log_list.php' rank='sys_Log' target='main' /> | <m:item name='系统日志管理' link='log_list.php' rank='sys_Log' target='main' /> | ||||
| <m:item name='系统会员管理' link='sys_admin_user.php' rank='sys_User' target='main' /> | <m:item name='系统会员管理' link='sys_admin_user.php' rank='sys_User' target='main' /> | ||||
| <m:item name='系统会员组管理' link='sys_group.php' rank='sys_Group' target='main' /> | <m:item name='系统会员组管理' link='sys_group.php' rank='sys_Group' target='main' /> | ||||
| @@ -1,6 +1,6 @@ | |||||
| <?php | <?php | ||||
| /** | /** | ||||
| * 系统变量配置保存 | |||||
| * 系统变量设置保存 | |||||
| * | * | ||||
| * @version $id:soft_config.php 16:09 2010年7月20日 tianya $ | * @version $id:soft_config.php 16:09 2010年7月20日 tianya $ | ||||
| * @package DedeBIZ.Administrator | * @package DedeBIZ.Administrator | ||||
| @@ -1,6 +1,6 @@ | |||||
| <?php | <?php | ||||
| /** | /** | ||||
| * 系统变量配置 | |||||
| * 系统变量设置 | |||||
| * | * | ||||
| * @version $id:sys_info.php 22:28 2010年7月20日 tianya $ | * @version $id:sys_info.php 22:28 2010年7月20日 tianya $ | ||||
| * @package DedeBIZ.Administrator | * @package DedeBIZ.Administrator | ||||
| @@ -54,7 +54,7 @@ if ($dopost == "save") { | |||||
| $dsql->ExecuteNoneQuery("UPDATE `#@__sysconfig` SET `value`='$v' WHERE varname='$k' "); | $dsql->ExecuteNoneQuery("UPDATE `#@__sysconfig` SET `value`='$v' WHERE varname='$k' "); | ||||
| } | } | ||||
| ReWriteConfig(); | ReWriteConfig(); | ||||
| ShowMsg("成功修改系统变量配置", "sys_info.php"); | |||||
| ShowMsg("成功修改系统变量设置", "sys_info.php"); | |||||
| exit(); | exit(); | ||||
| } | } | ||||
| //添加新变量 | //添加新变量 | ||||
| @@ -101,7 +101,7 @@ else if ($dopost == 'search') { | |||||
| $configstr = <<<EOT | $configstr = <<<EOT | ||||
| <table cellspacing="1" cellpadding="1" align="center" id="tdSearch" class="table maintable my-3"> | <table cellspacing="1" cellpadding="1" align="center" id="tdSearch" class="table maintable my-3"> | ||||
| <tr> | <tr> | ||||
| <td bgcolor="#f5f5f5" colspan="3">系统变量配置搜索</td> | |||||
| <td bgcolor="#f5f5f5" colspan="3">系统变量设置搜索</td> | |||||
| </tr> | </tr> | ||||
| <tr bgcolor="#e9ecef" align="center"> | <tr bgcolor="#e9ecef" align="center"> | ||||
| <td width="360">参数说明</td> | <td width="360">参数说明</td> | ||||
| @@ -3,7 +3,7 @@ | |||||
| <head> | <head> | ||||
| <meta charset="utf-8"> | <meta charset="utf-8"> | ||||
| <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
| <title>系统变量配置</title> | |||||
| <title>系统变量设置</title> | |||||
| <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
| <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
| <link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
| @@ -96,7 +96,7 @@ | |||||
| ?> | ?> | ||||
| <table cellspacing="1" cellpadding="1" align="center" id="td<?php echo $n?>" class="table maintable mb-3" style="<?php if ($n!=$gp) echo 'display:none';?>"> | <table cellspacing="1" cellpadding="1" align="center" id="td<?php echo $n?>" class="table maintable mb-3" style="<?php if ($n!=$gp) echo 'display:none';?>"> | ||||
| <tr> | <tr> | ||||
| <td bgcolor="#f5f5f5" colspan="3">系统变量配置</td> | |||||
| <td bgcolor="#f5f5f5" colspan="3">系统变量设置</td> | |||||
| </tr> | </tr> | ||||
| <tr bgcolor="#e9ecef" align="center"> | <tr bgcolor="#e9ecef" align="center"> | ||||
| <td width="360">变量说明</td> | <td width="360">变量说明</td> | ||||