no stripslahes() for serialized data

This commit is contained in:
Lars Kneschke 2001-09-21 05:47:32 +00:00
parent 1391231baf
commit f52e3cbf59

View File

@ -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;
}
}