]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-bank.php
IS_LOGGED_IN() renamed to IS_MEMBER(), some HTML fixes
[mailer.git] / inc / modules / member / action-bank.php
index b2a8a635090704b96f0ea732f899973df07a89b9..73d7587ba5a43420848ac58fb6cb0647844bceb2 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?module=index");
 }