mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
5 lines
125 B
PHP
5 lines
125 B
PHP
<?php
|
|
$name = sanitizeInput($_POST['name']);
|
|
$type = sanitizeInput($_POST['type']);
|
|
$color = sanitizeInput($_POST['color']);
|