summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/feed.php b/feed.php
index 6052e7cc6..c1a5f4503 100644
--- a/feed.php
+++ b/feed.php
@@ -17,6 +17,7 @@ session_write_close();
//feed disabled?
if(!actionOK('rss')) {
+ http_status(404);
echo '<error>RSS feed is disabled.</error>';
exit;
}