summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-22 09:04:33 +0300
committerAndrew Dolgov <[email protected]>2020-09-22 09:04:33 +0300
commit74568df4ff7b7788991636f6fb2ed62012f85c3b (patch)
tree673bcb01157b38e4b38f8f4c8227012e8a750e18 /backend.php
parentd04ac399ff284e9747e3fb55e87d05e0a5b8d85f (diff)
remove a lot of stuff from global context (functions.php), add a few helper classes instead
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 8cdeafdb7..9e6751af1 100644
--- a/backend.php
+++ b/backend.php
@@ -41,7 +41,7 @@
}
if (SINGLE_USER_MODE) {
- authenticate_user( "admin", null);
+ UserHelper::authenticate( "admin", null);
}
if ($_SESSION["uid"]) {
@@ -50,7 +50,7 @@
print error_json(6);
return;
}
- load_user_plugins( $_SESSION["uid"]);
+ UserHelper::load_user_plugins($_SESSION["uid"]);
}
$purge_intervals = array(