]> git.mxchange.org Git - mailer.git/blobdiff - modules.php
First batch of fixed language ids (renamed, see ticket #219)
[mailer.git] / modules.php
index cf9d281b446b86a07c97be980bf83c19422def53..d1def714436aa77e802db91ecb70374d8baaba93 100644 (file)
@@ -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');