Migrated edit asset interface to use the new AJAX function

This commit is contained in:
johnnyq
2025-02-15 18:11:01 -05:00
parent ed0b192f5b
commit 7c070e3929
3 changed files with 343 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
require_once '../includes/ajax_header.php';
if (!isset($session_is_admin) || !$session_is_admin) {
exit(WORDING_ROLECHECK_FAILED . "<br>Tell your admin: Your role does not have admin access.");
}
$email_id = intval($_GET['id']);
//Initialize the HTML Purifier to prevent XSS