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

@@ -12,6 +12,8 @@
<h1>Blank Page</h1>
<hr>
<p>This is a great starting point for new custom pages.</p>
<h1><?php echo $session_user_role; ?></h1>
<?php validateAdminRole(); ?>
<?php