mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Change theme on click now instead of selecting them then hitting submit more ?? 0s for the form checkboxes
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
$name = sanitizeInput($_POST['name']);
|
||||
$email = sanitizeInput($_POST['email']);
|
||||
$role = intval($_POST['role']);
|
||||
$force_mfa = intval($_POST['force_mfa']);
|
||||
$force_mfa = intval($_POST['force_mfa'] ?? 0);
|
||||
|
||||
Reference in New Issue
Block a user