Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-03-27 11:37:25 +02:00
commit f6aa888e72

View File

@ -438,7 +438,7 @@ simple configuration may look like this:
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
// if you insist on "root" having no password:
// $cfg['Servers'][$i]['AllowNoPasswordRoot'] = true; `
// $cfg['Servers'][$i]['AllowNoPassword'] = true; `
?>
Or, if you prefer to not be prompted every time you log in: