mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04: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,6 +6,9 @@ require_once "functions.php";
|
||||
|
||||
require_once "check_login.php";
|
||||
|
||||
// Perms
|
||||
enforceUserPermission('module_client');
|
||||
|
||||
if (isset($_GET['client_id'])) {
|
||||
$client_id = intval($_GET['client_id']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user