diff --git a/users.php b/users.php index e2c0289..edbf07e 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')) { @@ -132,7 +132,7 @@ $users = get_users($allowed_fields); \ No newline at end of file