[Security] Path disclosure, see PMASA-2015-6

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-12-25 15:24:18 -05:00
parent 2694c36ef6
commit f79d30dd98
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================
4.0.10.12 (2015-12-25)
- issue [Security] Path disclosure, see PMASA-2015-6
4.0.10.11 (2015-09-23)
- issue #11464 phpMyAdmin suggests upgrading to newer version not usable on that system

View File

@ -11,7 +11,7 @@
*/
if (!function_exists('__')) {
PMA_fatalError('Bad invocation!');
exit();
}
$strConfigAllowArbitraryServer_desc = __('If enabled user can enter any MySQL server in login form for cookie auth');