]> git.mxchange.org Git - mailer.git/blobdiff - index.php
Documentation updated
[mailer.git] / index.php
index b752d94ed5cbd88f677231db9322553157a918ba..7fcc50585069ed2ad95d795991ed581fb859b630 100644 (file)
--- a/index.php
+++ b/index.php
  * MA  02110-1301  USA                                                  *
  ************************************************************************/
 
+// XDEBUG call
+//* DEBUG: */ xdebug_start_trace();
+
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
 // Init start time
 $GLOBALS['startTime'] = microtime(true);
 
-// Set module
+// Set module/what
 $GLOBALS['module'] = 'index';
+$GLOBALS['what'] = 'index';
 
 // Set CSS mode
 $GLOBALS['output_mode'] = '0';