From c086bcea60c0991e20253d586c16b29ad44963b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 14 Dec 2017 10:54:36 +0100 Subject: [PATCH] Remove no longer used configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- etc/phpmyadmin/config.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/phpmyadmin/config.inc.php b/etc/phpmyadmin/config.inc.php index 796abf6b..9ab1c973 100644 --- a/etc/phpmyadmin/config.inc.php +++ b/etc/phpmyadmin/config.inc.php @@ -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; }