Browse Source

Update app_config.php

FusionPBX 5 years ago
parent
commit
7944fe9ca8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app_config.php

+ 4 - 0
app_config.php

@@ -34,5 +34,9 @@
 		$apps[$x]['permissions'][$y]['menu']['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
+		$apps[$x]['permissions'][$y]['name'] = "sql_query_backup";
+		$apps[$x]['permissions'][$y]['menu']['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$y++;
 
 ?>