X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=api.php;h=f0f5d94049d48975ca0e6cf4ec291c5d198ad580;hb=987bf5583fce2696a1c6b2b72b123747b4cd4536;hp=dedbd9c5f9dfe332a20dc3a0ee7d4ae4d277a2fc;hpb=c92c887891e04b93486205d74fd6c16158de30fc;p=mailer.git diff --git a/api.php b/api.php index dedbd9c5f9..f0f5d94049 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 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -48,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');