信呼v2.5.0版本

This commit is contained in:
雨中磐石
2022-09-29 15:34:08 +08:00
parent e6d2c91521
commit 44100a4ab9
37 changed files with 685 additions and 91 deletions

View File

@@ -42,7 +42,11 @@ class indexClassAction extends Action{
$this->option->setval($_key.'@-102', $usedt);
}
$arr['usedt'] = $usedt;
if(!isempt($arr['authkey'])){
$ybarr = $this->option->authercheck();
if(is_string($ybarr))$arr['authmsg'] = $this->jm->base64encode($ybarr);
}
if(DB_USER=='root'){
$sqld = $this->db->getall('select @@global.sql_mode as total');
if($sqld){