block RSS_BACKEND_TYPEs other than magpie
This commit is contained in:
parent
a6014c3ad8
commit
51c04420a0
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue