X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=f0683ecff1c5a97b3276f847a8954d9130821d8c;hb=558e3a9d99bde2d7ad0a7e2ea7930dee5163d4d9;hp=3e3caeed41abf38a0b3796fc370820fdff53e902;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/index.php b/index.php index 3e3caeed41..f0683ecff1 100644 --- a/index.php +++ b/index.php @@ -37,13 +37,13 @@ ************************************************************************/ // XDEBUG call -/* DEBUG: */ xdebug_start_trace(); +//* DEBUG: */ xdebug_start_trace(); // Load security stuff here 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)