Edit users.php via Editor

This commit is contained in:
admin 2025-11-08 17:02:27 +00:00
parent 1a47db78cb
commit 5f697b63ac

View File

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