Comment conference_active groups

This commit is contained in:
markjcrane
2025-12-30 03:20:49 -07:00
parent 0e728c2ec2
commit 77432d1264

View File

@@ -31,8 +31,8 @@
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
//$apps[$x]['menu'][$y]['groups'][] = "admin";
//$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>