From c4d649325b25139d7c097e56e2e46cc7187fae45 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 25 Dec 2015 14:46:01 -0500 Subject: [PATCH] [Security] Path disclosure, see PMASA-2015-6 Signed-off-by: Marc Delisle --- ChangeLog | 1 + libraries/config/messages.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a9af5e87a..45dd6194f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,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 = __(