From bdb88250fbcda333bfcd2e938a495d8ed46a5ce3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 9 Dec 2017 12:03:17 -0700 Subject: [PATCH] Update app_config.php --- app/gateways/app_config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/gateways/app_config.php b/app/gateways/app_config.php index 8f242b7000..291a6d1e55 100644 --- a/app/gateways/app_config.php +++ b/app/gateways/app_config.php @@ -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'] = ""; -?> \ No newline at end of file +?>