mirror of https://github.com/itflow-org/itflow
More enforcing user permissions
This commit is contained in:
parent
654b590033
commit
928d723a77
|
|
@ -11,4 +11,4 @@ $phone = preg_replace("/[^0-9]/", '',$_POST['phone']);
|
|||
$hours = sanitizeInput($_POST['hours']);
|
||||
$notes = sanitizeInput($_POST['notes']);
|
||||
$contact = intval($_POST['contact']);
|
||||
$location_primary = intval($_POST['location_primary']);
|
||||
$location_primary = intval($_POST['location_primary']);
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ $secondary_dns = sanitizeInput($_POST['secondary_dns']);
|
|||
$dhcp_range = sanitizeInput($_POST['dhcp_range']);
|
||||
$notes = sanitizeInput($_POST['notes']);
|
||||
$location_id = intval($_POST['location']);
|
||||
$client_id = intval($_POST['client_id']);
|
||||
$client_id = intval($_POST['client_id']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue