Skip to content

Commit

Permalink
Update app_config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane authored Aug 23, 2019
1 parent 56b060e commit 8d191dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/gswave/app_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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++;

?>

0 comments on commit 8d191dd

Please sign in to comment.