mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-02 04:01:02 +02:00
block RSS_BACKEND_TYPEs other than magpie
This commit is contained in:
parent
a6014c3ad8
commit
51c04420a0
@ -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…
x
Reference in New Issue
Block a user