block DAEMON_UPDATE_LOGIN_LIMIT in SINGLE_USER_MODE

This commit is contained in:
Andrew Dolgov 2006-08-07 13:22:39 +01:00
parent b47b5af7b9
commit 0728071819
1 changed files with 6 additions and 0 deletions

View File

@ -53,4 +53,10 @@
supported now."; supported now.";
exit; 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;
}
?> ?>