Started work on additional assets per ticket, added table ticket_assets, Fixed Legacy Check User Role Functions

This commit is contained in:
johnnyq
2025-03-11 15:10:23 -04:00
parent 4921d1eb19
commit f61c30bd5a
6 changed files with 43 additions and 12 deletions

View File

@@ -285,7 +285,7 @@ if (isset($_GET['update'])) {
if (isset($_GET['update_db'])) {
validateAdminRole(); // Old function
//validateAdminRole(); // Old function
// Get the current version
require_once ('includes/database_version.php');