]> git.mxchange.org Git - mailer.git/blobdiff - agb.php
Rewrote init-phase stuff:
[mailer.git] / agb.php
diff --git a/agb.php b/agb.php
index dc606c4214a63379afbbc1f979955436cc13eb1e..5cadca9b3c7eef475e0351dcd0b9573970efd1ed 100644 (file)
--- a/agb.php
+++ b/agb.php
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'agb';
 $GLOBALS['__output_mode'] = -1;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type for e.g. search engines
 setContentType('text/html');