mirror of https://github.com/itflow-org/itflow
Don't require admin role to edit user profiles (otherwise techs/accountants can't edit their page)
This commit is contained in:
parent
56d0188ccb
commit
ee68bf10b8
|
|
@ -6,8 +6,6 @@ require_once "functions.php";
|
|||
|
||||
require_once "check_login.php";
|
||||
|
||||
validateAdminRole();
|
||||
|
||||
require_once "header.php";
|
||||
|
||||
require_once "top_nav.php";
|
||||
|
|
|
|||
Loading…
Reference in New Issue