X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=modules.php;h=d77af8437d879930b40659aec4d142a805309426;hb=53e518016b97748e6554bd7aa324f4e6d92d3201;hp=71a861f0cd1b0be15ef48d4a2cfc81bd0f39ef7d;hpb=5071030af40e69ca4284642f44758964e18f5be8;p=mailer.git diff --git a/modules.php b/modules.php index 71a861f0cd..d77af8437d 100644 --- a/modules.php +++ b/modules.php @@ -42,11 +42,11 @@ // 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