mirror of
https://github.com/itflow-org/itflow
synced 2026-09-06 14:55:13 +00:00
Security: gate and client-scope the client overview record pages
This commit is contained in:
@@ -43,6 +43,9 @@ if (!$client_url) {
|
||||
}
|
||||
}
|
||||
|
||||
// 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