summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorpowerivq <[email protected]>2022-08-31 14:52:42 -0700
committerpowerivq <[email protected]>2022-08-31 14:52:42 -0700
commit96595ca4c5800b392ee73d14eaa34f4d847a5577 (patch)
tree77f2d119e1d76b52077bf073771bcffb4d24f9cd /backend.php
parent5fea1a7ea90796ef061c7ad991265b6d28fde3fe (diff)
Set user related sessions for single user mode
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 59f3982c5..e246ea088 100644
--- a/backend.php
+++ b/backend.php
@@ -39,7 +39,7 @@
header("Content-Type: text/json; charset=utf-8");
if (Config::get(Config::SINGLE_USER_MODE)) {
- UserHelper::authenticate( "admin", null);
+ UserHelper::authenticate("admin", null);
}
if (!empty($_SESSION["uid"])) {