1
0
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:
Andrew Dolgov
2006-08-07 13:22:39 +01:00
parent b47b5af7b9
commit 0728071819

View File

@@ -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;
}
?>