diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-03 01:57:42 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-03 01:57:42 +0500 |
| commit | 10b99feeb55e16c15d884ba1ce28ac2882368699 (patch) | |
| tree | deacb97d2b12d400992159781f7fa28e979f8909 /public/users.php | |
| parent | a8272c3db0153aedc5e1641c4b3fc05666c632e4 (diff) | |
fix: some errors
Diffstat (limited to 'public/users.php')
| -rw-r--r-- | public/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
