summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-07-31 07:44:28 +0100
committerAndrew Dolgov <[email protected]>2006-07-31 07:44:28 +0100
commit51c04420a068f331582bccc973c8690e7a3651e5 (patch)
treee5635b78bcc1c048a7514cfa34a853f44c8d0929 /sanity_check.php
parenta6014c3ad888a81e0bf1f3e3784b16c498198564 (diff)
block RSS_BACKEND_TYPEs other than magpie
Diffstat (limited to 'sanity_check.php')
-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;
+ }
?>