Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 23:21:22 -07:00 committed by GitHub
parent 1786802c88
commit d3fd93f9b9
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
$apps[$x]['description']['pt-br'] = "";
//permission details
$y = 0;
$y=0;
$apps[$x]['permissions'][$y]['name'] = "system_view_info";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
@ -59,4 +59,4 @@
$apps[$x]['permissions'][$y]['name'] = "software_delete";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>