From 74568df4ff7b7788991636f6fb2ed62012f85c3b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Sep 2020 09:04:33 +0300 Subject: remove a lot of stuff from global context (functions.php), add a few helper classes instead --- prefs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prefs.php') diff --git a/prefs.php b/prefs.php index d55f1bc52..2a51c6c38 100644 --- a/prefs.php +++ b/prefs.php @@ -21,7 +21,7 @@ if (!init_plugins()) return; - login_sequence(); + UserHelper::login_sequence(); header('Content-Type: text/html; charset=utf-8'); ?> @@ -43,7 +43,7 @@ const __csrf_token = ""; - + -- cgit v1.2.3