block DAEMON_UPDATE_LOGIN_LIMIT in SINGLE_USER_MODE
This commit is contained in:
parent
b47b5af7b9
commit
0728071819
|
@ -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;
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue