]> git.mxchange.org Git - mailer.git/blobdiff - modules.php
Old naming convention fixed
[mailer.git] / modules.php
index 71a861f0cd1b0be15ef48d4a2cfc81bd0f39ef7d..d77af8437d879930b40659aec4d142a805309426 100644 (file)
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
-// Init "action" and "what"
+// Init start time
 $GLOBALS['startTime'] = microtime(true);
+
+// Init output mode and module
 $GLOBALS['output_mode'] = 0;
-$GLOBALS['what']   = '';
-$GLOBALS['action'] = '';
 $GLOBALS['module'] = '';
 
 // Needed include files