[Security] Path disclosure, see PMASA-2015-6
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
2694c36ef6
commit
f79d30dd98
@ -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
|
||||
|
||||
|
||||
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user