Update app_config.php

This commit is contained in:
FusionPBX
2017-12-09 12:03:17 -07:00
committed by GitHub
parent 5046cb43f3
commit bdb88250fb

View File

@@ -63,6 +63,9 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "gateway_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "gateway_all";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
$y = 0;
@@ -221,4 +224,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>