diff --git a/sanity_check.php b/sanity_check.php index 7a3913337..e23430736 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -47,4 +47,10 @@ from your TT-RSS instance."; exit; } + + if (RSS_BACKEND_TYPE != "magpie") { + print "Fatal Error: RSS backends other than magpie are not + supported now."; + exit; + } ?>