forked from extern/egroupware
no stripslahes() for serialized data
This commit is contained in:
parent
1391231baf
commit
f52e3cbf59
@ -159,7 +159,6 @@
|
||||
{
|
||||
$data = $encrypteddata;
|
||||
}
|
||||
$data = stripslashes($data);
|
||||
|
||||
if(!strpos(' '.$data,'O:8:"stdClass"'))
|
||||
{
|
||||
@ -167,6 +166,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$data = stripslashes($data);
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user