revert language changing problem introduced with 2.11.7.1; version number 2.11.8-rc1

This commit is contained in:
Marc Delisle
2008-07-24 18:01:10 +00:00
parent 87e7ed2709
commit a56294f275
2 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- [security] protection against cross-frame scripting and - [security] protection against cross-frame scripting and
new directive AllowThirdPartyFraming, thanks to YGN Ethical Hacker Group new directive AllowThirdPartyFraming, thanks to YGN Ethical Hacker Group
- [security] possible XSS during setup, thanks to YGN Ethical Hacker Group - [security] possible XSS during setup, thanks to YGN Ethical Hacker Group
- [interface] revert language changing problem introduced with 2.11.7.1
2.11.7.1 (2008-07-15) 2.11.7.1 (2008-07-15)
- bug [security] XSRF/CSRF by manipulating the db, - bug [security] XSRF/CSRF by manipulating the db,

View File

@@ -402,6 +402,8 @@ if (! PMA_isValid($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST['
* also, server needed for cookie login screen (multi-server) * also, server needed for cookie login screen (multi-server)
*/ */
'server', 'db', 'table', 'target', 'server', 'db', 'table', 'target',
/* to change the language on login screen or main page */
lang,
/* Session ID */ /* Session ID */
'phpMyAdmin', 'phpMyAdmin',
/* Cookie preferences */ /* Cookie preferences */