diff --git a/users.php b/users.php index 47517ec..2b8f57c 100644 --- a/users.php +++ b/users.php @@ -4,7 +4,7 @@ require_once 'auth-check.php'; require_once 'auth-helpers.php'; echo "Test"; -die(); +exit(); // Only Admins can access this page if (!can($_SESSION['user_role'], 'user', 'read')) {