Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-05-09 11:42:01 +02:00
commit 0379da4618
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ phpMyAdmin - ChangeLog
- issue #13216 Add support for MySQL 8.0 collations
- issue #13218 Fixed rendering of phpMyAdmin logos
- issue #13234 Properly report not working sessions
- issue #13256 Fixed password check on server replication
4.7.0 (2017-03-28)
- patch #12233 [Display] Improve message when renaming database to same name

View File

@ -24,6 +24,7 @@ $header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('server_privileges.js');
$scripts->addFile('replication.js');
$scripts->addFile('zxcvbn.js');
/**
* Checks if the user is allowed to do what he tries to...