mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Update Categories Create and Edit Modals to take advantage of custom colors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
$name = sanitizeInput($_POST['name']);
|
||||
$type = sanitizeInput($_POST['type']);
|
||||
$color = preg_replace("/[^0-9a-zA-Z-]/", "", sanitizeInput($_POST['color']));
|
||||
$color = sanitizeInput($_POST['color']);
|
||||
|
||||
Reference in New Issue
Block a user