backport
git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.2@913 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
e17c85d379
commit
9044abdfc2
@ -448,6 +448,8 @@ function sanitise_environment() {
|
||||
assert_options(ASSERT_BAIL, 1);
|
||||
}
|
||||
|
||||
ob_start();
|
||||
|
||||
if(get_magic_quotes_gpc()) {
|
||||
$_GET = stripslashes_r($_GET);
|
||||
$_POST = stripslashes_r($_POST);
|
||||
|
Loading…
x
Reference in New Issue
Block a user