]> git.mxchange.org Git - mailer.git/blobdiff - index.php
Project continued with rewrites:
[mailer.git] / index.php
index 3e3caeed41abf38a0b3796fc370820fdff53e902..f0683ecff1c5a97b3276f847a8954d9130821d8c 100644 (file)
--- a/index.php
+++ b/index.php
  ************************************************************************/
 
 // 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)