Update config.inc.php

pull/109/head
midoks 4 years ago
parent 20d8f7c2c4
commit 3572fba27d
  1. 2
      plugins/phpmyadmin/conf/config.inc.php

@ -3,7 +3,7 @@ $cfg['blowfish_secret'] = 'd41d8cd98f00b204e9800998ecf8427e';
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;

Loading…
Cancel
Save