]> git.mxchange.org Git - mailer.git/blobdiff - api.php
Temporary set 404 to avoid backtrace:
[mailer.git] / api.php
diff --git a/api.php b/api.php
index dedbd9c5f9dfe332a20dc3a0ee7d4ae4d277a2fc..0efa75357c1ebb0b257c7ff8c14135d509aed425 100644 (file)
--- 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');