发布v2.6.3版本

This commit is contained in:
雨中磐石
2024-05-04 17:53:06 +08:00
parent b0d1a233bd
commit 3048af398c
26 changed files with 176 additions and 56 deletions

View File

@@ -64,6 +64,8 @@ class loginClassModel extends Model
$check = c('check');
$us = false;
if(getconfig('systype')=='demo')$this->db->update('[Q]admin', '`status`=1' , '`id`=1 and `status`=0');
//1.先用用户名判断
$arrs = array(
'user' => $user,