Rewrote init-phase stuff:
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index 43f5f11e8fc0641c31faf233e7752b4a152a8966..80850e2f811ee9b9472eb329410468c0796f2871 100644 (file)
--- a/ref.php
+++ b/ref.php
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'ref';
 $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');