Continued a bit:
[mailer.git] / mailid.php
index 1ac234671e412d985cddae8e4ee0b328cba340ae..cebf439e9ad3179ee521c8f9f41906ee15bd650e 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Bestaetigung von Mails                           *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2015 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 *
@@ -43,8 +43,8 @@ $GLOBALS['__output_mode'] = '0';
 // Disable copyright footer which would be to large for the upper frame
 $GLOBALS['__copyright_enabled'] = 'N';
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type and HTTP status
 setContentType('text/html');