X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=f0683ecff1c5a97b3276f847a8954d9130821d8c;hb=e94d69d6bc8bbd41de354b3a9194428631d0e8f8;hp=a07f405aa42d578f40957f51a322205afa290ffb;hpb=f9ea8181b9349ea6965f45f19fd4ba894d141eab;p=mailer.git diff --git a/index.php b/index.php index a07f405aa4..f0683ecff1 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'; @@ -93,7 +93,7 @@ if ((isSessionVariableSet('visited')) || (getConfig('index_delay') > -1)) { $content['module'] = 'index'; // Load template - loadTemplate('index_forward', false, $content); + loadTemplate('index_forward', FALSE, $content); } // END - if // Footer (which will call doShutdown() for us)