Edit users.php via Editor

This commit is contained in:
admin 2025-11-08 16:59:44 +00:00
parent 77d4a0613d
commit 9d1e967d34

View File

@ -4,7 +4,7 @@ require_once 'auth-check.php';
require_once 'auth-helpers.php'; require_once 'auth-helpers.php';
echo "Test"; echo "Test";
die(); exit();
// Only Admins can access this page // Only Admins can access this page
if (!can($_SESSION['user_role'], 'user', 'read')) { if (!can($_SESSION['user_role'], 'user', 'read')) {