X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=api.php;h=1b60bfc89a894ae8fa251c2dc16ec4d4cb447b7c;hb=0a62310a6e773d679e1c4903bde01a1a519db755;hp=0efa75357c1ebb0b257c7ff8c14135d509aed425;hpb=056b8a9b8d4aae308b7061f1b398381707d309cd;p=mailer.git diff --git a/api.php b/api.php index 0efa75357c..1b60bfc89a 100644 --- a/api.php +++ b/api.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Allgemeines API-Script * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 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 * @@ -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');