mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
4 lines
86 B
PHP
4 lines
86 B
PHP
<?php
|
|
$label = sanitizeInput($_POST['label']);
|
|
$type = sanitizeInput($_POST['type']);
|