From c814250c543f2d024a6824583e8b9d2b6546411f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 23 Oct 2016 13:20:55 -0600 Subject: [PATCH] Update app_config.php --- app/extensions/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 5e245014b3..71ff88d683 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -72,7 +72,7 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "number_alias"; - //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //$apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "extension_toll";