Browse Source

Update app_config.php

FusionPBX 6 năm trước cách đây
mục cha
commit
1fd05faf59
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app_config.php

+ 2 - 2
app_config.php

@@ -46,7 +46,7 @@
 		$apps[$x]['permissions'][$y]['name'] = "exec_sql";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
-		$apps[$x]['permissions'][$y]['name'] = "exec_sql_backup";
-		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		//$apps[$x]['permissions'][$y]['name'] = "exec_sql_backup";
+		//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 
 ?>