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

@@ -3,10 +3,15 @@ class indexClassAction extends Action{
public $homestylebool = false;
public function defaultAction()
{
if(strlen(getconfig('randkey'))!=26)exit('配置文件randkey不正确请重新设置为'.$this->jm->getRandkey().'');
$notuserids = getconfig('notuserids');
$this->pannouser();
$homestyle = getconfig('homestyle');
if($homestyle>=1 && !$this->homestylebool){
$temshot = $this->getsession('homestyle');
@@ -247,6 +252,7 @@ class indexClassAction extends Action{
*/
public function getshtmlAction()
{
$this->pannouser();
$surl = $this->jm->base64decode($this->get('surl'));
$num = $this->get('num');
$menuname = $this->jm->base64decode($this->get('menuname'));