From: Andrew Dolgov Date: Mon, 31 Jul 2006 06:44:28 +0000 (+0100) Subject: block RSS_BACKEND_TYPEs other than magpie X-Git-Tag: schema_freeze_for_1.2.2~59 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=51c04420a068f331582bccc973c8690e7a3651e5;p=tt-rss.git block RSS_BACKEND_TYPEs other than magpie --- diff --git a/sanity_check.php b/sanity_check.php index 7a391333..e2343073 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; + } ?>