Skip to content

Commit 7a5f742

Browse files
soullivaneuhnijel
authored andcommitted
Move back compress and AllowNoPassword to default configuration
1 parent 316a237 commit 7a5f742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/phpmyadmin/config.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@
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'];
@@ -109,6 +107,8 @@
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

0 commit comments

Comments
 (0)