X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=api.php;h=0efa75357c1ebb0b257c7ff8c14135d509aed425;hp=a6524ae02c1a72f9e44d201ac263210c8cf1939c;hb=056b8a9b8d4aae308b7061f1b398381707d309cd;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee diff --git a/api.php b/api.php index a6524ae02c..0efa75357c 100644 --- a/api.php +++ b/api.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Allgemeines API-Script * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * @@ -53,6 +48,9 @@ $GLOBALS['__module'] = 'api'; $GLOBALS['__header_sent'] = 2; $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'); @@ -63,12 +61,12 @@ require('inc/config-global.php'); //initApi(); // Load header here -loadIncludeOnce('inc/header.php'); +loadPageHeader(); // @TODO Do stuff here // Footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>