X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=000ad970e220f6b2af37016daa1eb4a73b67007c;hb=cb001c222636c50c7c2f6deea9631156405626ab;hp=d8230b4b088bba9977d0d72ef2283e4cd4a34eae;hpb=c75222f24ff3f47a664f20f5971048d58f20c492;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index d8230b4..000ad97 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -707,7 +707,8 @@ class User { } } } - if ($G_with_splash && + // if ($G_with_splash && + if ($this->is_auth() && (! $this->is_appr()) && $G_with_splash && ($splashdate < $curtime - $G_splash_interval || $splashdate > $curtime)) { $is_super = $this->flags & USER_FLAG_TY_SUPER;