diff --git a/ChangeLog b/ChangeLog index d411520d9b..85ae2727fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog 4.5.3.1 (2015-12-25) - issue #11774 Undefined offset 2 +- issue [Security] Path disclosure, see PMASA-2015-6 4.5.3.0 (2015-12-23) - issue #11744 Incomplete results of UNION ALL diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 9f5b512d59..c6f841f5a7 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 = __(