From 34660a21cd85270370a7aedbfc3849b7c26b316e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 31 Oct 2009 16:07:03 +0000 Subject: [PATCH] Immediate redirect should work now --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2