Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0379da4618
@ -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
|
||||
|
||||
@ -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...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user