Files
itflow/user/post/category_model.php
2025-07-28 17:57:06 -04: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']);