X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=7b7d2f15f48755f2c78892a96967301823f1814f;hb=4418d7cfabd34a285cc5ff3638e3ba05d8afd16b;hp=a07f405aa42d578f40957f51a322205afa290ffb;hpb=f9ea8181b9349ea6965f45f19fd4ba894d141eab;p=mailer.git diff --git a/index.php b/index.php index a07f405aa4..7b7d2f15f4 100644 --- a/index.php +++ b/index.php @@ -43,7 +43,7 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['__start_time'] = microtime(true); +$GLOBALS['__start_time'] = microtime(TRUE); // Set module/what and output mode $GLOBALS['__module'] = 'index'; @@ -67,7 +67,7 @@ if ((isExtensionInstalledAndNewer('sql_patches', '0.8.3')) && (isDisplayHomeInIn ////////////////////////////////////////////////// // Check for cookies -if ((isSessionVariableSet('visited')) || (getConfig('index_delay') > -1)) { +if ((isSessionVariableSet('visited')) || (getIndexDelay() > -1)) { // Set content type setContentType('text/html'); @@ -87,13 +87,13 @@ if ((isSessionVariableSet('visited')) || (getConfig('index_delay') > -1)) { loadTemplate('index'); // Shall I insert an automated forward? - if (getConfig('index_delay') > 0) { + if (getIndexDelay() > 0) { // This will be a JavaScript-redirect! - $content['delay'] = (getConfig('index_delay') * 1000 + 500); + $content['delay'] = (getIndexDelay() * 1000 + 500); $content['module'] = 'index'; // Load template - loadTemplate('index_forward', false, $content); + loadTemplate('index_forward', FALSE, $content); } // END - if // Footer (which will call doShutdown() for us)