Module permissions modal enforcement sweep to match its post counterpart

This commit is contained in:
johnnyq
2026-07-25 00:28:42 -04:00
parent 7a793cbbcc
commit 761b2a7af4
39 changed files with 78 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
require_once '../../../includes/modal_header.php';
enforceUserPermission('module_support', 2);
$folder_id = intval($_GET['id']);
$sql = mysqli_query($mysqli, "SELECT * FROM folders WHERE folder_id = $folder_id LIMIT 1");