Files
itflow/admin/post/custom_field_model.php

6 lines
153 B
PHP

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