From 9666e8fb7d9220570cc6b143a6ea1d50721580c1 Mon Sep 17 00:00:00 2001 From: i am da real crt yes Date: Tue, 13 Sep 2022 10:09:59 +0200 Subject: [PATCH] made gs wave visible to users --- app/gswave/app_menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gswave/app_menu.php b/app/gswave/app_menu.php index 172f437..60ff8f5 100644 --- a/app/gswave/app_menu.php +++ b/app/gswave/app_menu.php @@ -24,6 +24,6 @@ $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php"; - $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $apps[$x]['menu'][$y]['groups'][] = "user"; -?> \ No newline at end of file +?>