summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sanity_check.php6
1 files changed, 6 insertions, 0 deletions
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 "<b>Fatal Error</b>: RSS backends other than magpie are not
+ supported now.";
+ exit;
+ }
?>