Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-10-24 11:00:48 +02:00
commit db3a194447
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ phpMyAdmin - ChangeLog
- issue #12494 Can't add a new User
- issue #12523 Add 'token' Parameter in all POST requests (Fix 'Token mismatch' errors)
- issue #12302 Improved usage of number_format
- issue #12656 Server selection not working
4.6.5 (not yet released)
- issue Remove potentionally license problematic sRGB profile

View File

@ -38,6 +38,8 @@ function PMA_selectServer($not_only_options, $omit_fieldset)
if (! $omit_fieldset) {
$retval .= '<fieldset>';
}
$retval .= '<input type="hidden" name="token" value="' . $_SESSION[" PMA_token "] . '" >';
$retval .= '<label for="select_server">'
. __('Current server:') . '</label> ';