mirror of
https://github.com/itflow-org/itflow
synced 2026-09-08 07:45:11 +00:00
Security: gate and client-scope the client overview record pages
This commit is contained in:
@@ -31,6 +31,9 @@ if (isset($_GET['client_id'])) {
|
||||
}
|
||||
}
|
||||
|
||||
// Perms
|
||||
enforceUserPermission('module_client');
|
||||
|
||||
// Tags Filter
|
||||
if (isset($_GET['tags']) && is_array($_GET['tags']) && !empty($_GET['tags'])) {
|
||||
// Sanitize each element of the tags array
|
||||
|
||||
Reference in New Issue
Block a user