Don't require admin role to edit user profiles (otherwise techs/accountants can't edit their page)

This commit is contained in:
Marcus Hill 2024-01-19 23:39:15 +00:00
parent 56d0188ccb
commit ee68bf10b8
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ require_once "functions.php";
require_once "check_login.php";
validateAdminRole();
require_once "header.php";
require_once "top_nav.php";