File tree Expand file tree Collapse file tree
code/app/Http/Controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ GASdotto è il gestionale per i gruppi di acquisto.
44
55[ ![ Build Status] ( https://github.com/madbob/gasdottong/actions/workflows/test.yml/badge.svg )] ( https://github.com/madbob/GASdottoNG/actions )
66[ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=madbob_GASdottoNG&metric=sqale_rating )] ( https://sonarcloud.io/summary/new_code?id=madbob_GASdottoNG )
7+ [ ![ Security Rating] ( https://sonarcloud.io/api/project_badges/measure?project=madbob_GASdottoNG&metric=security_rating )] ( https://sonarcloud.io/summary/new_code?id=madbob_GASdottoNG )
78[ ![ Translations Status] ( https://hosted.weblate.org/widgets/gasdottong/-/native/svg-badge.svg )] ( https://hosted.weblate.org/engage/gasdottong/?utm_source=widget )
89
910### Per documentazione e hosting gratuito visita il sito www.gasdotto.net
@@ -12,4 +13,4 @@ GASdotto è il gestionale per i gruppi di acquisto.
1213
1314GASdotto è distribuito in licenza AGPLv3+.
1415
15- Copyright (C) 2017/2025 Roberto Guido < bob@linux.it >
16+ Copyright (C) 2017/2026 Roberto Guido < bob@linux.it >
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ public function databaseDump(Request $request)
196196 abort (500 );
197197 }
198198
199- $ config_prefix = 'database. ' . config ('database.default ' ) . '. ' ;
199+ $ config_prefix = 'database.connections. ' . config ('database.default ' ) . '. ' ;
200200
201201 $ dumper ->setHost (config ($ config_prefix . 'host ' ))
202202 ->setDbName (config ($ config_prefix . 'database ' ))
You can’t perform that action at this time.
0 commit comments