From 35f7fae20aedbd228c8ae35d15d130105d554ca1 Mon Sep 17 00:00:00 2001 From: i am da real crt yes Date: Tue, 13 Sep 2022 10:14:24 +0200 Subject: [PATCH] fixed something magical woew --- app/gswave/app_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gswave/app_menu.php b/app/gswave/app_menu.php index 60ff8f5..c9d267d 100644 --- a/app/gswave/app_menu.php +++ b/app/gswave/app_menu.php @@ -25,5 +25,5 @@ $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php"; $apps[$x]['menu'][$y]['groups'][] = "user"; - + $apps[$x]['menu'][$y]['groups'][] = "superadmin"; ?>