2
0
forked from Wavyzz/dolibarr

Works if password empty

This commit is contained in:
Laurent Destailleur
2010-04-28 11:47:05 +00:00
parent 940bdd0205
commit 284b1feace

View File

@@ -111,6 +111,7 @@ $cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order
= '';
$cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults
= array();
$cfg['Servers'][$i]['AllowNoPassword'] = true;
// If you have more than one server configured, you can set $cfg['ServerDefault']
// to any one of them to autoconnect to that server when phpMyAdmin is started,