path disclosure
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
* This file defines the forms used to insert a textfile into a table
|
||||
*/
|
||||
|
||||
// Check parameters
|
||||
if (!defined('PMA_COMMON_LIB_INCLUDED')) {
|
||||
include('./libraries/common.lib.php3');
|
||||
}
|
||||
PMA_checkParameters(array('db', 'table'));
|
||||
|
||||
|
||||
/**
|
||||
* Gets some core libraries and displays links
|
||||
@@ -16,7 +22,6 @@ $err_url = 'ldi_table.php3' . $err_url;
|
||||
$url_query .= '&goto=ldi_table.php3&back=ldi_table.php3';
|
||||
require('./tbl_properties_table_info.php3');
|
||||
|
||||
|
||||
/**
|
||||
* Displays the form
|
||||
*/
|
||||
|
Reference in New Issue
Block a user