]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/login.php
Fixes for login bonus, some minor rewrites
[mailer.git] / inc / modules / login.php
index 971a7c03098e57c2adda354e8dfb94ff8226004e..fcf4e9db9c970ffe030b5474f5245e137f4e8dff 100644 (file)
@@ -62,12 +62,6 @@ if ($status != "CONFIRMED") {
        LOAD_URL($URL);
 } // END - if
 
-// Recheck if he got logged out because bad cookies
-if (!IS_MEMBER()) {
-       $URL = URL."/modules.php?module=index";
-       LOAD_URL($URL);
-} // END - if
-
 // Load adverstising template
 define('__MEMBER_ADVERT', LOAD_TEMPLATE("member_banner", true));