One more found
[mailer.git] / install.php
index bc98df799a23188b5f274108ba216744ec8f6a4d..7c7bc4fc4b6047f056687268ac2c100c0c22561c 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 *
@@ -51,7 +51,7 @@ $GLOBALS['mailer_installing'] = true;
 $GLOBALS['output_mode'] = '0';
 
 // Set module
-$GLOBALS['module'] = 'install';
+$GLOBALS['__module'] = 'install';
 
 // Load config file
 require('inc/config-global.php');