发布v2.5.6版本
This commit is contained in:
@@ -369,7 +369,7 @@ return array(
|
||||
if(getconfig('systype')=='demo')return '演示不要改';
|
||||
$stype = (int)$this->post('stype','0');
|
||||
$msg = 'ok';
|
||||
if($stype==0)$msg = $this->saveconfig('title,imgcompress,watertype,video_bool,flowchehuitime,saasmode,hoemtimeout,usercache,xiangrecord',',video_bool,');
|
||||
if($stype==0)$msg = $this->saveconfig('title,imgcompress,watertype,video_bool,flowchehuitime,saasmode,hoemtimeout,usercache,xiangrecord,beianhao',',video_bool,');
|
||||
|
||||
return $msg;
|
||||
}
|
||||
|
||||
@@ -131,7 +131,7 @@ $(document).ready(function(){
|
||||
|
||||
<div style="padding-top:20px">
|
||||
|
||||
<form id="tablstal0{rand}" name="form0_{rand}">
|
||||
<form id="tablstal0{rand}" name="form0_{rand}" autocomplete="off">
|
||||
<table cellspacing="0" border="0" cellpadding="0">
|
||||
|
||||
|
||||
@@ -171,6 +171,10 @@ $(document).ready(function(){
|
||||
<tr><td align="right" style="color:gray">详情页处理记录:</td><td><select style="width:200px" name="xiangrecord" class="form-control"><option value="">默认是关闭的</option><option <?php if(getconfig('xiangrecord')=='1')echo 'selected';?> value="1">展开处理记录</option></select></td></tr>
|
||||
<tr><td height="10"></td></tr>
|
||||
|
||||
<tr><td align="right" style="color:gray">登录页ICP/IP备案号:</td><td><input name="beianhao" type="text" value="<?=getconfig('beianhao')?>" style="width:200px" placeholder="不设置显示" class="form-control">
|
||||
</td></tr>
|
||||
<tr><td height="10"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td align="right"></td>
|
||||
<td align="left"><button click="savecog,0" class="btn btn-success" type="button"><i class="icon-save"></i> 保存</button> <span id="msgview0_{rand}"></span>
|
||||
|
||||
@@ -91,6 +91,9 @@ $(document).ready(function(){
|
||||
js.tanbody('color','选择主题颜色',310,200,{
|
||||
html:h
|
||||
});
|
||||
},
|
||||
setphpini:function(){
|
||||
js.open('?m=cogini&a=phpini&d=system');
|
||||
}
|
||||
};
|
||||
js.initbtn(c);
|
||||
@@ -182,6 +185,9 @@ $(document).ready(function(){
|
||||
|
||||
</td>
|
||||
|
||||
<td align="right">php.ini设置:</td>
|
||||
<td class="tdinput"><button click="setphpini" class="btn btn-default" type="button">去设置php.ini</button> <font color=#888888>设置上传大小</font></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user