Edit users.php via Editor

This commit is contained in:
admin 2025-11-08 16:58:53 +00:00
parent da4cd43fc4
commit 77d4a0613d

View File

@ -3,6 +3,9 @@ require_once 'db/config.php';
require_once 'auth-check.php';
require_once 'auth-helpers.php';
echo "Test";
die();
// Only Admins can access this page
if (!can($_SESSION['user_role'], 'user', 'read')) {
header('Location: index.php?error=access_denied');