path disclosure

This commit is contained in:
Marc Delisle
2003-07-19 11:19:41 +00:00
parent e3161cfdf5
commit debad8789b

View File

@@ -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,