1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

optional SINGLE_USER_MODE

This commit is contained in:
Andrew Dolgov
2005-11-18 07:29:36 +01:00
parent c8437f35c6
commit 7d4c898ab3
4 changed files with 56 additions and 31 deletions

View File

@@ -16,5 +16,9 @@
define(USE_HTTP_AUTH, false);
// use HTTP Basic authentication
?>
define(SINGLE_USER_MODE, true);
// disable all multi-user stuff altogether and just assume admin user
// is always logged in
?>