mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Custom Roles & Permissions
Initial enforcement of custom roles & permissions - only on some pages via GET for now.
This commit is contained in:
@@ -6,7 +6,8 @@ $order = "ASC";
|
||||
|
||||
require_once "inc_all_reports.php";
|
||||
|
||||
validateTechRole();
|
||||
// Perms
|
||||
enforceUserPermission('module_support');
|
||||
|
||||
//Asset Type from GET
|
||||
if (isset($_GET['type']) && ($_GET['type']) == 'workstation') {
|
||||
|
||||
Reference in New Issue
Block a user