]> git.mxchange.org Git - mailer.git/blobdiff - modules.php
Hotfix
[mailer.git] / modules.php
index cf9d281b446b86a07c97be980bf83c19422def53..78ab8920bce4cf7fd3cf7ef3e3882165f2edbf7c 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['output_mode'] = '0';
 $GLOBALS['module'] = 'unknown';
+$GLOBALS['output_mode'] = '0';
 
 // Needed include files
 require('inc/config-global.php');