mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 17:21:29 +00:00
block DAEMON_UPDATE_LOGIN_LIMIT in SINGLE_USER_MODE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user