From: Roland Häder Date: Sat, 31 Oct 2009 16:07:03 +0000 (+0000) Subject: Immediate redirect should work now X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=34660a21cd85270370a7aedbfc3849b7c26b316e;ds=inline Immediate redirect should work now --- diff --git a/index.php b/index.php index 4eb6036f94..27cf6e9598 100644 --- a/index.php +++ b/index.php @@ -63,7 +63,7 @@ if (!isConfigEntrySet('index_delay')) setConfigEntry('index_delay' , 0); if (!isConfigEntrySet('index_cookie')) setConfigEntry('index_cookie', 0); // Check for cookies -if ((isSessionVariableSet('visited')) || (getConfig('index_delay') == 0) || (getConfig('index_cookie') == 0)) { +if ((isSessionVariableSet('visited')) || (getConfig('index_delay') == 0)) { // Is the index page configured for redirect pr not? if (getConfig('index_cookie') > 0) { // Set cookie and remeber it for specified time