mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 13:05:12 +00:00
More Client Enforcement in modals across the app
This commit is contained in:
@@ -7,6 +7,10 @@ $contact_id = intval($_GET['contact_id'] ?? 0);
|
||||
$asset_id = intval($_GET['asset_id'] ?? 0);
|
||||
$project_id = intval($_GET['project_id'] ?? 0);
|
||||
|
||||
if ($client_id) {
|
||||
enforceClientAccess();
|
||||
}
|
||||
|
||||
ob_start();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user