From ee68bf10b87b53e19f678cdfe178a4a92b5eeb2e Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Fri, 19 Jan 2024 23:39:15 +0000 Subject: [PATCH] Don't require admin role to edit user profiles (otherwise techs/accountants can't edit their page) --- inc_all_user.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc_all_user.php b/inc_all_user.php index 614bfc4d..5ecd87d2 100644 --- a/inc_all_user.php +++ b/inc_all_user.php @@ -6,8 +6,6 @@ require_once "functions.php"; require_once "check_login.php"; -validateAdminRole(); - require_once "header.php"; require_once "top_nav.php";