Skip to content

Commit

Permalink
Remove no longer used configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <[email protected]>
  • Loading branch information
nijel committed Dec 14, 2017
1 parent 885eb78 commit c086bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etc/phpmyadmin/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
} else {
$cfg['Servers'][$i]['auth_type'] = 'cookie';
}
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = true;
}
Expand Down

0 comments on commit c086bce

Please sign in to comment.