From debad8789b752f51486c352bed51424d4e137fda Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 19 Jul 2003 11:19:41 +0000 Subject: [PATCH] path disclosure --- header_printview.inc.php3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/header_printview.inc.php3 b/header_printview.inc.php3 index b4b0383b0..197c30eb0 100644 --- a/header_printview.inc.php3 +++ b/header_printview.inc.php3 @@ -14,6 +14,10 @@ if ($cfg['OBGzip']) { } } +// Check parameters + +PMA_checkParameters(array('db', 'full_sql_query')); + // garvin: For re-usability, moved http-headers // to a seperate file. It can now be included by header.inc.php3,