File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494 $ cfg ['Servers ' ][$ i ]['central_columns ' ] = 'pma__central_columns ' ;
9595 $ cfg ['Servers ' ][$ i ]['designer_settings ' ] = 'pma__designer_settings ' ;
9696 $ cfg ['Servers ' ][$ i ]['export_templates ' ] = 'pma__export_templates ' ;
97- $ cfg ['Servers ' ][$ i ]['compress ' ] = false ;
98- $ cfg ['Servers ' ][$ i ]['AllowNoPassword ' ] = true ;
9997 }
10098 if (isset ($ _ENV ['PMA_CONTROLHOST ' ])) {
10199 $ cfg ['Servers ' ][$ i ]['controlhost ' ] = $ _ENV ['PMA_CONTROLHOST ' ];
109107 if (isset ($ _ENV ['PMA_CONTROLPASS ' ])) {
110108 $ cfg ['Servers ' ][$ i ]['controlpass ' ] = $ _ENV ['PMA_CONTROLPASS ' ];
111109 }
110+ $ cfg ['Servers ' ][$ i ]['compress ' ] = false ;
111+ $ cfg ['Servers ' ][$ i ]['AllowNoPassword ' ] = true ;
112112}
113113/*
114114 * Revert back to last configured server to make
You can’t perform that action at this time.
0 commit comments