diff --git a/ChangeLog b/ChangeLog index 8f9ef2c374..e378061edb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index a2036fc456..a2baf9dc73 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -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');