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 +?>