]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-bonus.php
IS_LOGGED_IN() renamed to IS_MEMBER(), some HTML fixes
[mailer.git] / inc / modules / member / what-bonus.php
index 8ddf806a42b0eae69bf27b794381853029f8d1e9..67ffb33bce29810abd66069c53e618d5b4093e57 100644 (file)
@@ -37,7 +37,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
- elseif (!IS_LOGGED_IN())
+ elseif (!IS_MEMBER())
 {
        LOAD_URL("modules.php[5~?module=index");
 }