X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=api.php;h=0efa75357c1ebb0b257c7ff8c14135d509aed425;hb=60d964d045dc1a80e30c39aeba93271e92dd2e40;hp=dedbd9c5f9dfe332a20dc3a0ee7d4ae4d277a2fc;hpb=96e99262a97d399f98bb92bc11a5fc9c140ca388;p=mailer.git diff --git a/api.php b/api.php index dedbd9c5f9..0efa75357c 100644 --- a/api.php +++ b/api.php @@ -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');