X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=modules.php;h=d1def714436aa77e802db91ecb70374d8baaba93;hp=cf9d281b446b86a07c97be980bf83c19422def53;hb=6b2d68c2e1567c36b0ca917e4a73a2c1190d2dc0;hpb=0f3a135204757cc8750262871c8e62c42300acb4 diff --git a/modules.php b/modules.php index cf9d281b44..d1def71443 100644 --- a/modules.php +++ b/modules.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -45,8 +45,8 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Init output mode and module +$GLOBALS['__module'] = 'unknown'; $GLOBALS['output_mode'] = '0'; -$GLOBALS['module'] = 'unknown'; // Needed include files require('inc/config-global.php');