Update app_config.php

This commit is contained in:
FusionPBX 2019-08-23 12:08:01 -06:00 committed by GitHub
parent 26441631bd
commit eb81f956eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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++;
?>