mirror of
https://github.com/itflow-org/itflow
synced 2026-08-18 21:45:13 +00:00
More Client Enforcement in modals across the app
This commit is contained in:
@@ -61,7 +61,9 @@ $asset_id = intval($row['asset_id']);
|
||||
$asset_name = escapeHtml($row['asset_name']);
|
||||
$asset_type = escapeHtml($row['asset_type']);
|
||||
|
||||
|
||||
if ($client_id) {
|
||||
enforceClientAccess();
|
||||
}
|
||||
|
||||
ob_start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user