X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=7fcc50585069ed2ad95d795991ed581fb859b630;hb=b90242858ff4902135156a4790e54f6a1928b504;hp=b752d94ed5cbd88f677231db9322553157a918ba;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/index.php b/index.php index b752d94ed5..7fcc505850 100644 --- a/index.php +++ b/index.php @@ -38,14 +38,18 @@ * 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';