Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
if(is_array($row)) { if($this->GetShortPwd($row['pwd']) != $this->GetEncodePwd($loginpwd)) { return -1; } else { //管理员帐号不允许从前台登录 if($row['matt']==10) { #return -2; //修改 允许管理账户前台登陆 $this->PutLoginInfo($row['mid'], $row['logintime']); return 1; } else { $this->PutLoginInfo($row['mid'], $row['logintime']); return 1; } } } |