Security: gate and client-scope the client overview record pages

This commit is contained in:
johnnyq
2026-08-27 15:27:55 -04:00
parent 4e1d72e06d
commit 32811fd1d2
4 changed files with 14 additions and 0 deletions

View File

@@ -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