Skip to content

Commit

Permalink
path disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Jul 19, 2003
1 parent 5c87b95 commit 9ee62d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions db_details_db_info.php3
Expand Up @@ -2,6 +2,16 @@
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:


// Check parameters

if (!defined('PMA_COMMON_LIB_INCLUDED')) {
include('./libraries/common.lib.php3');
}

PMA_checkParameters(array('db'));


/**
* Gets the list of the table in the current db and informations about these
* tables if possible
Expand Down
3 changes: 3 additions & 0 deletions db_details_importdocsql.php3
Expand Up @@ -20,6 +20,9 @@ require('./header.inc.php3');
//all hardcoded strings converted by Robbat2, 15 January 2003 9.34PM
require('./libraries/common.lib.php3');

// Check parameters
PMA_checkParameters(array('db'));

/**
* Imports docSQL files
*
Expand Down

0 comments on commit 9ee62d0

Please sign in to comment.