mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-09 16:45:12 +08:00
更新内容:
1.修改系统日志数据数量显示不全问题 2.修改用户中心-登录记录切换页数报错问题 3.修改通知中心徽章显示效果 更多更新内容请前往DzzOffice 笔记中查看
This commit is contained in:
@@ -24,10 +24,10 @@ class Checkvalue{
|
||||
}
|
||||
|
||||
//验证码
|
||||
if($secqaacheck || $seccodecheck){
|
||||
if(!check_seccode( $_GET['seccodeverify'],$_GET['sechash'])){
|
||||
showTips(array('error'=>lang('submit_seccode_invalid')), $type);
|
||||
}
|
||||
if($secqaacheck || $seccodecheck){
|
||||
if(!check_seccode( $_GET['seccodeverify'],$_GET['sechash'])){
|
||||
showTips(array('error'=>lang('submit_seccode_invalid')), $type);
|
||||
}
|
||||
}
|
||||
|
||||
//验证用户名
|
||||
|
||||
Reference in New Issue
Block a user