1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 08:15:56 +00:00

block RSS_BACKEND_TYPEs other than magpie

This commit is contained in:
Andrew Dolgov
2006-07-31 07:44:28 +01:00
parent a6014c3ad8
commit 51c04420a0

View File

@@ -47,4 +47,10 @@
from your TT-RSS instance.";
exit;
}
if (RSS_BACKEND_TYPE != "magpie") {
print "<b>Fatal Error</b>: RSS backends other than magpie are not
supported now.";
exit;
}
?>