Update app_config.php
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user