信呼v2.5.1版本

This commit is contained in:
雨中磐石
2022-11-17 16:20:57 +08:00
parent 44100a4ab9
commit f4d68700c7
65 changed files with 1642 additions and 245 deletions

View File

@@ -93,6 +93,7 @@ class indexClassAction extends Action{
$arr['editpass']= m('admin')->iseditpass($uid);
$arr['miaoshu'] = (int)$this->option->getval('syshometime', '200');
$arr['tanwidth']= $this->option->getval('tanwidth', '900x800');
$arr['htimeout']= (int)getconfig('hoemtimeout','0');
return $arr;
}