Update app_config.php
This commit is contained in:
parent
5d0f6f3d97
commit
3bdaee340b
|
|
@ -81,6 +81,12 @@
|
||||||
$y++;
|
$y++;
|
||||||
$apps[$x]['permissions'][$y]['name'] = "destination_fax";
|
$apps[$x]['permissions'][$y]['name'] = "destination_fax";
|
||||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
|
$y++;
|
||||||
|
$apps[$x]['permissions'][$y]['name'] = "destination_caller_id_name";
|
||||||
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
|
$y++;
|
||||||
|
$apps[$x]['permissions'][$y]['name'] = "destination_caller_id_number";
|
||||||
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
|
|
||||||
//default settings
|
//default settings
|
||||||
$y = 0;
|
$y = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue