summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 3007d2bb7..9df2fb047 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -151,6 +151,10 @@
$err_msg = "PHP: DOMDocument extension not found.";
}
+ if (SELF_URL_PATH == "http://local.host/tt-rss") {
+ $err_msg = "config: please set SELF_URL_PATH to the correct value";
+ }
+
if (!ISCONFIGURED) {
$err_msg = "config: please read config.php completely.";
}