If magic_quotes_gpc is enabled, grab_globals calls stripslashes when extracting the arrays $_GET and $_POST.
This commit is contained in:
@@ -66,9 +66,6 @@ if (isset($funcs)) {
|
||||
}
|
||||
|
||||
// Misc
|
||||
if (get_magic_quotes_gpc()) {
|
||||
$submit_type = stripslashes($submit_type);
|
||||
}
|
||||
$seen_binary = FALSE;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user