mirror of https://github.com/1099438829/apeblog
去掉配置文件只能设置4页的限制
This commit is contained in:
parent
3b715806fd
commit
79c3c9ec53
|
|
@ -34,7 +34,6 @@ class SystemConfig extends AuthController
|
|||
*/
|
||||
public function base($tab_id = 1)
|
||||
{
|
||||
if ($tab_id < 5) {
|
||||
$system = cModel::getLstByTabId($tab_id);
|
||||
//特殊处理主题信息,这里不允许修改主题信息
|
||||
if ($tab_id == 1) {
|
||||
|
|
@ -53,7 +52,6 @@ class SystemConfig extends AuthController
|
|||
$this->assign("system", $system);
|
||||
return $this->fetch();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Request $request
|
||||
|
|
|
|||
Loading…
Reference in New Issue