]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
Continued:
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 1ef706f9af6c3f5ccc12986b3a1e1b60efbf9499..5114836eb16db9ff3e76d491993af5bb349fa250 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Bettel-Link fuer Mitglieder                      *
  * -------------------------------------------------------------------- *
  * 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 *
@@ -41,8 +41,8 @@ $GLOBALS['__module']      = 'beg';
 $GLOBALS['__output_mode'] = '0';
 $errorCode = NULL;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type
 setContentType('text/html');