From 51c04420a068f331582bccc973c8690e7a3651e5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 31 Jul 2006 07:44:28 +0100 Subject: block RSS_BACKEND_TYPEs other than magpie --- sanity_check.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sanity_check.php') 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; + } ?> -- cgit v1.2.3