]> git.mxchange.org Git - mailer.git/blobdiff - modules.php
No more PHP4:
[mailer.git] / modules.php
index e5cad949541f210ba2ea25c279e8d405502c0fda..2a2440708a8b4a088fda2bcfae22f797de222c60 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Hauptladedatei. Laedt alle benoetigten Dateien   *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -49,7 +44,7 @@ $GLOBALS['__module']      = 'unknown';
 $GLOBALS['__output_mode'] = '0';
 
 // Needed include files
-require('inc/config-global.php');
+require('inc/init.php');
 
 // Include module
 doIncludeModule();