mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
6 lines
161 B
PHP
6 lines
161 B
PHP
<?php
|
|
defined('FROM_POST_HANDLER') || die("Direct file access is not allowed");
|
|
|
|
$label = sanitizeInput($_POST['label']);
|
|
$type = sanitizeInput($_POST['type']);
|