From: Roland Häder Date: Thu, 5 Nov 2009 19:41:12 +0000 (+0000) Subject: index fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=6d5ba73e2eb20f5a6285d0196bb5f958fb507d76;hp=3ec2d6f962c617af33b0e95e22eb414312e3ffb6 index fixed --- 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