Rewrote init-phase stuff:
[mailer.git] / api.php
diff --git a/api.php b/api.php
index a27acc7b828312d00a2e8c438a65a545c661fa59..1b60bfc89a894ae8fa251c2dc16ec4d4cb447b7c 100644 (file)
--- a/api.php
+++ b/api.php
@@ -51,8 +51,8 @@ $GLOBALS['__footer_sent'] = 2;
 // Temporary set HTTP 404 here. This will be removed once this stuff is ready.
 setHttpStatus('404 Not Found');
 
-// Load config file
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Load special API library
 //loadIncludeOnce('inc/api-functions.php');