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.";
|
from your TT-RSS instance.";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (RSS_BACKEND_TYPE != "magpie") {
|
||||||
|
print "<b>Fatal Error</b>: RSS backends other than magpie are not
|
||||||
|
supported now.";
|
||||||
|
exit;
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue