diff --git a/app/gswave/app_config.php b/app/gswave/app_config.php index 078856850f..6d4503714d 100644 --- a/app/gswave/app_config.php +++ b/app/gswave/app_config.php @@ -28,4 +28,10 @@ $apps[$x]['description']['sv-se'] = ""; $apps[$x]['description']['uk-ua'] = ""; + //permission details + $y=0; + $apps[$x]['permissions'][$y]['name'] = "gswave_view"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + ?>