Update app_config.php
This commit is contained in:
parent
3c77185b81
commit
85c8602c6f
|
|
@ -81,6 +81,9 @@
|
|||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "dialplan_domain";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "dialplan_all";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
|
||||
//schema details
|
||||
$y=0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue