revert language changing problem introduced with 2.11.7.1; version number 2.11.8-rc1
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user