summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
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 e23430736..faadfd9c3 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -53,4 +53,10 @@
supported now.";
exit;
}
+
+ if (SINGLE_USER_MODE && DAEMON_UPDATE_LOGIN_LIMIT > 0) {
+ print "<b>Fatal Error</b>: Please set DAEMON_UPDATE_LOGIN_LIMIT
+ to 0 in single user mode.";
+ exit;
+ }
?>