diff --git a/ldi_check.php3 b/ldi_check.php3 index 1b108ac2a..a8cc12aec 100755 --- a/ldi_check.php3 +++ b/ldi_check.php3 @@ -61,6 +61,8 @@ if (isset($btnLDI) && ($textfile != "none")) if(get_magic_quotes_gpc()) { $sql_query = addslashes($query); + } else { + $sql_query = $query; } include("./sql.php3"); }