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 "Fatal Error: Please set DAEMON_UPDATE_LOGIN_LIMIT + to 0 in single user mode."; + exit; + } ?>