mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
Racks: remove client_id post from edit rack and add rack device modal as it should get the client_id in post, enforceClientAccess
This commit is contained in:
@@ -11,4 +11,3 @@ $secondary_dns = sanitizeInput($_POST['secondary_dns']);
|
||||
$dhcp_range = sanitizeInput($_POST['dhcp_range']);
|
||||
$notes = sanitizeInput($_POST['notes']);
|
||||
$location_id = intval($_POST['location'] ?? 0);
|
||||
$client_id = intval($_POST['client_id']);
|
||||
|
||||
Reference in New Issue
Block a user