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