X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=api.php;h=1b60bfc89a894ae8fa251c2dc16ec4d4cb447b7c;hp=a27acc7b828312d00a2e8c438a65a545c661fa59;hb=d1922ab361b5e104b7c14b28c76d1c47651635ef;hpb=61621983cc6d7195fcc7eab29b5f6080ff283b34 diff --git a/api.php b/api.php index a27acc7b82..1b60bfc89a 100644 --- 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');