mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
no stripslahes() for serialized data
This commit is contained in:
parent
1391231baf
commit
f52e3cbf59
@ -159,7 +159,6 @@
|
|||||||
{
|
{
|
||||||
$data = $encrypteddata;
|
$data = $encrypteddata;
|
||||||
}
|
}
|
||||||
$data = stripslashes($data);
|
|
||||||
|
|
||||||
if(!strpos(' '.$data,'O:8:"stdClass"'))
|
if(!strpos(' '.$data,'O:8:"stdClass"'))
|
||||||
{
|
{
|
||||||
@ -167,6 +166,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
$data = stripslashes($data);
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user