Files
itflow/post/admin/admin_category_model.php
2025-01-09 16:09:39 +00:00

7 lines
200 B
PHP

<?php
defined('FROM_POST_HANDLER') || die("Direct file access is not allowed");
$name = sanitizeInput($_POST['name']);
$type = sanitizeInput($_POST['type']);
$color = sanitizeInput($_POST['color']);