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