X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=7fcc50585069ed2ad95d795991ed581fb859b630;hb=2710fcbafc1d3866e75cba4b96a5ca0457b9e327;hp=908248463154aad6ef397e0d143bf3827379afbb;hpb=ce2a60d5da9aa091ec66d6be6c27476cebd11048;p=mailer.git diff --git a/index.php b/index.php index 9082484631..7fcc505850 100644 --- a/index.php +++ b/index.php @@ -19,6 +19,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -37,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';