[core] Allow to set language in URL

This commit is contained in:
Michal Čihař
2011-10-18 11:51:24 +02:00
parent 3e6f8cc52c
commit 3fa0b1f639
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog
- bug [navi] Wrong icon for view (MySQL 5.5)
- bug #3420229 [doc] Missing documentation section
- bug #3423725 [pdf] Broken PDF file when exporting database to PDF
- [core] Allow to set language in URL
3.4.6.0 (2011-10-16)
- patch #3404173 InnoDB comment display with tooltips/aliases

View File

@@ -466,7 +466,7 @@ if (! PMA_isValid($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['
/* needed for direct access, see FAQ 1.34
* also, server needed for cookie login screen (multi-server)
*/
'server', 'db', 'table', 'target',
'server', 'db', 'table', 'target', 'lang',
/* Session ID */
'phpMyAdmin',
/* Cookie preferences */