Fixed bug #3534121 - duplicate line in config.sample.inc.php
This commit is contained in:
parent
8c2e27e972
commit
b1855ec0b4
@ -13,6 +13,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3531584 [interface] No form validation in change password dialog
|
||||
- bug #3531585 [interface] Broken password validation in copy user form
|
||||
- bug #3531586 [unterface] Add user form prints JSON when user presses enter
|
||||
- bug #3534121 [config] duplicate line in config.sample.inc.php
|
||||
|
||||
3.5.1.0 (2012-05-03)
|
||||
- bug #3510784 [edit] Limit clause ignored when sort order is remembered
|
||||
|
||||
@ -58,7 +58,6 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
|
||||
// $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
|
||||
// $cfg['Servers'][$i]['userconfig'] = 'pma_userconfig';
|
||||
// $cfg['Servers'][$i]['recent'] = 'pma_recent';
|
||||
// $cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs';
|
||||
/* Contrib / Swekey authentication */
|
||||
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user