From 6d5ba73e2eb20f5a6285d0196bb5f958fb507d76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 5 Nov 2009 19:41:12 +0000 Subject: [PATCH 1/1] index fixed --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 486b6321d5..f576059535 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')) { +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.39.2