diff options
-rw-r--r-- | feed.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ session_write_close(); //feed disabled? if(!actionOK('rss')) { + http_status(404); echo '<error>RSS feed is disabled.</error>'; exit; } |
![]() |
index : rpg | |
Můj web o RP hrách | ctibor@brancik.cz |
summaryrefslogtreecommitdiff |
-rw-r--r-- | feed.php | 1 |
@@ -17,6 +17,7 @@ session_write_close(); //feed disabled? if(!actionOK('rss')) { + http_status(404); echo '<error>RSS feed is disabled.</error>'; exit; } |