PhpMyAdmin : nouvel version
This commit is contained in:
parent
1d41d16bfa
commit
c4593ed005
@ -5,7 +5,7 @@ DIR=/vagrant
|
||||
DIRDATA=$DIR/data
|
||||
MYSQL_PASS=scores
|
||||
MARIADB_VERSION="10.1"
|
||||
PHPMYADMIN_VERSION="4.5.2"
|
||||
PHPMYADMIN_VERSION="4.5.4.1"
|
||||
|
||||
# --- Add a file action.upgrade to perfom a system upgrade
|
||||
if [ -f $DIR/action.upgrade ]
|
||||
|
@ -40,7 +40,8 @@ $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
|
||||
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
|
||||
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
|
||||
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
|
||||
|
||||
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
|
||||
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
|
||||
/* End of servers configuration */
|
||||
|
||||
$cfg['ThemeDefault'] = 'original';
|
||||
|
Loading…
Reference in New Issue
Block a user