Update Adminer to latest version

This commit is contained in:
cytopia 2019-02-03 13:13:26 +01:00
parent fe343ad2f9
commit d4688be7e2
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 807 additions and 803 deletions

File diff suppressed because one or more lines are too long

View File

@ -394,7 +394,7 @@ HTML;
$el['path'] = (version_compare(loadClass('Php')->getVersion(), '5.2', '<')) ? '/vendor/phpmyadmin-4.0/' : '/vendor/phppgadmin-5.6.0/';
}
if ($el['path'] == '__ADMINER__') {
$el['path'] = (version_compare(loadClass('Php')->getVersion(), '5.4', '<')) ? '/vendor/adminer-4.6.3-en.php' : '/vendor/adminer-4.7.0-en.php';
$el['path'] = (version_compare(loadClass('Php')->getVersion(), '5.4', '<')) ? '/vendor/adminer-4.6.3-en.php' : '/vendor/adminer-4.7.1-en.php';
}
$target = isset($el['target']) ? 'target="'.$el['target'].'"' : '';