X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=000ad970e220f6b2af37016daa1eb4a73b67007c;hp=d8230b4b088bba9977d0d72ef2283e4cd4a34eae;hb=db12d769481823f4c744ce0e3a50404cc6b01cd1;hpb=9c96c38b48ab376e202045407786dbcf553febb2 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;