diff --git a/users.php b/users.php index edbf07e..2b8f57c 100644 --- a/users.php +++ b/users.php @@ -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')) {