[core] Allow to set language in URL
This commit is contained in:
@@ -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
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user