avoid of existing variables during extract
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
*/
|
||||
include_once 'pmd_common.php';
|
||||
require_once './libraries/relation.lib.php';
|
||||
extract($_POST);
|
||||
extract($_GET);
|
||||
extract($_POST, EXTR_SKIP);
|
||||
extract($_GET, EXTR_SKIP);
|
||||
$die_save_pos = 0;
|
||||
include_once 'pmd_save_pos.php';
|
||||
list($DB1,$T1) = explode(".",$T1);
|
||||
|
Reference in New Issue
Block a user