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
1 changed files with 6 additions and 0 deletions

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;
}
?>