From e1ab09cbfd8827df90c501058c1f0ea0b37cb626 Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Fri, 30 Apr 2021 10:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E9=98=B2=E7=81=8C?= =?UTF-8?q?=E6=B0=B4-=E9=AA=8C=E8=AF=81=E8=AE=BE=E7=BD=AE-=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E5=9B=9E=E7=AD=94=E8=AE=BE=E7=BD=AE=E7=9A=84=E5=8F=91?= =?UTF-8?q?=E5=B8=96=E6=95=B0=E9=99=90=E5=88=B6=E5=AF=B9=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/class/helper/helper_seccheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/class/helper/helper_seccheck.php b/upload/source/class/helper/helper_seccheck.php index ecfd071fc..5addee092 100644 --- a/upload/source/class/helper/helper_seccheck.php +++ b/upload/source/class/helper/helper_seccheck.php @@ -318,7 +318,7 @@ class helper_seccheck { $seccheckrule = & $_G['setting']['seccodedata']['rule']['password']; return array( $seccheckrule['allow'] && (!$_G['setting']['seccodedata']['minposts'] || getuserprofile('posts') < $_G['setting']['seccodedata']['minposts']), - $_G['setting']['secqaa']['status'] & 4 && (!$_G['setting']['seccodedata']['minposts'] || getuserprofile('posts') < $_G['setting']['seccodedata']['minposts']) + $_G['setting']['secqaa']['status'] & 4 && (!$_G['setting']['secqaa']['minposts'] || getuserprofile('posts') < $_G['setting']['secqaa']['minposts']) ); } -- Gitee