More enforcing user permissions

This commit is contained in:
wrongecho
2024-09-28 20:07:54 +01:00
parent 654b590033
commit 928d723a77
2 changed files with 2 additions and 2 deletions

View File

@@ -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']);