diff --git a/app/exec/app_config.php b/app/exec/app_config.php index f5ce6854b9..f91cc94305 100644 --- a/app/exec/app_config.php +++ b/app/exec/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"; ?>