itflow/admin/post/custom_field_model.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']);