Redirect fixed... ;)
authorRoland Häder <roland@mxchange.org>
Sun, 7 Sep 2008 00:47:43 +0000 (00:47 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 7 Sep 2008 00:47:43 +0000 (00:47 +0000)
inc/modules/member/what-unconfirmed.php

index ec63d678c4a3effc0a85e936b538fd4370d4b8bb..adf2c160e9da8626977d8abc50d766e7476d2554 100644 (file)
 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()) || (!EXT_IS_ACTIVE("mailid"))) {
+} elseif (!IS_LOGGED_IN()) {
        LOAD_URL("modules.php?module=index");
+} elseif (!EXT_IS_ACTIVE("mailid"))) {
+       LOAD_URL("modules.php?module=login");
 }
 
 // Add description as navigation point