path disclosure

This commit is contained in:
Marc Delisle
2003-07-19 12:22:00 +00:00
parent fc1c4637ab
commit b6f7d26cf5
4 changed files with 26 additions and 0 deletions

View File

@@ -9,6 +9,14 @@
error_reporting(E_ALL);
// Check parameters
if (!defined('PMA_COMMON_LIB_INCLUDED')) {
include('./libraries/common.lib.php3');
}
PMA_checkParameters(array('db'));
/**
* Count amount of navigation tabs
*/