Removed a faulty fix for bug #439565
This commit is contained in:
@@ -59,7 +59,6 @@ if($sql_query != "") {
|
|||||||
|
|
||||||
// sql.php3 will stripslash the query if get_magic_quotes_gpc
|
// sql.php3 will stripslash the query if get_magic_quotes_gpc
|
||||||
if (get_magic_quotes_gpc() == 1) $sql_query = addslashes($sql_query);
|
if (get_magic_quotes_gpc() == 1) $sql_query = addslashes($sql_query);
|
||||||
$sql_query=htmlspecialchars($sql_query);
|
|
||||||
include("./sql.php3");
|
include("./sql.php3");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user