mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
5 lines
118 B
PHP
5 lines
118 B
PHP
<?php
|
|
$name = sanitizeInput($_POST['name']);
|
|
$email = sanitizeInput($_POST['email']);
|
|
$role = intval($_POST['role']);
|