From 10b99feeb55e16c15d884ba1ce28ac2882368699 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 3 May 2025 01:57:42 +0500 Subject: fix: some errors --- public/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/users.php') diff --git a/public/users.php b/public/users.php index 95a7958..baebcb4 100644 --- a/public/users.php +++ b/public/users.php @@ -5,8 +5,8 @@ include_once "../src/partials.php"; include_once "../src/utils.php"; include_once "../src/accounts.php"; include_once "../src/alert.php"; + authorize_user(); -session_start(); $is_json = isset($_SERVER["HTTP_ACCEPT"]) && $_SERVER["HTTP_ACCEPT"] == "application/json"; -- cgit v1.2.3