Added Ticket Templates and the ability to add Tasks to the template, reworked the ticket details tasks and adding tasks

This commit is contained in:
johnnyq
2024-03-28 21:09:32 -04:00
parent 08fc72ded7
commit 89a1c5d2d8
10 changed files with 742 additions and 115 deletions

View File

@@ -11,6 +11,9 @@ require_once "functions.php";
require_once "check_login.php";
// Load specific module logic
require_once "post/admin.php";
require_once "post/account.php";
require_once "post/account_type.php";