Fixes #626 Update Adminer to 4.7.5

This commit is contained in:
cytopia 2019-12-08 07:56:36 +01:00
parent 9234730dd8
commit 914f32bc14
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 2035 additions and 2039 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -399,7 +399,7 @@ HTML;
$el['path'] = (version_compare(loadClass('Php')->getVersion(), '7.1', '<')) ? '/vendor/phppgadmin-5.6.0/' : '/vendor/phppgadmin-7.12.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.1-en.php';
$el['path'] = (version_compare(loadClass('Php')->getVersion(), '5.4', '<')) ? '/vendor/adminer-4.6.3-en.php' : '/vendor/adminer-4.7.5-en.php';
}
$target = isset($el['target']) ? 'target="'.$el['target'].'"' : '';