Added Quick Category/Tag Add throughout utilizes the new ajax modal

This commit is contained in:
johnnyq
2025-02-25 17:05:34 -05:00
parent bac76871c1
commit f23afdd85c
42 changed files with 525 additions and 98 deletions

View File

@@ -0,0 +1,6 @@
<?php
defined('FROM_POST_HANDLER') || die("Direct file access is not allowed");
$name = sanitizeInput($_POST['name']);
$type = sanitizeInput($_POST['type']);
$color = sanitizeInput($_POST['color']);