mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
wip: initial for config object
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
header("Content-Type: text/json; charset=utf-8");
|
||||
|
||||
if (SINGLE_USER_MODE) {
|
||||
if (Config::get(Config::SINGLE_USER_MODE)) {
|
||||
UserHelper::authenticate( "admin", null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user