mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 12:35:11 +00:00
More Client Enforcement in modals across the app
This commit is contained in:
@@ -13,7 +13,8 @@ $row = mysqli_fetch_assoc($sql);
|
||||
$contact_name = escapeHtml($row['contact_name']);
|
||||
$client_id = intval($row['contact_client_id']);
|
||||
|
||||
// Generate the HTML form content using output buffering.
|
||||
enforceClientAccess();
|
||||
|
||||
ob_start();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user