]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/login.php
More fixes for extension loader / broken cache files
[mailer.git] / inc / modules / login.php
index 971a7c03098e57c2adda354e8dfb94ff8226004e..cdf0e72676539a3cdb7ef6e8299c01367b6a916b 100644 (file)
@@ -58,14 +58,9 @@ if ($status != "CONFIRMED") {
                $ERROR = CODE_UNKNOWN_STATUS;
                break;
        }
-       $URL = URL."/modules.php?module=index&login=".$ERROR;
-       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);
+       // Load URL
+       LOAD_URL(URL."/modules.php?module=index&login=".$ERROR);
 } // END - if
 
 // Load adverstising template