diff --git a/webservice/clienttools/jsonWrapper.php b/webservice/clienttools/jsonWrapper.php index db3c395..b8b1c94 100644 --- a/webservice/clienttools/jsonWrapper.php +++ b/webservice/clienttools/jsonWrapper.php @@ -91,7 +91,7 @@ class jsonWrapper{ public $jsonArray=array(); public function __construct($content=NULL){ - $content=stripslashes($content); +// $content=stripslashes($content); $this->raw=$content; $content=@json_decode($content,true); if(!is_array($content))throw new jsonContentException('Invalid JSON input',jsonContentException::INPUT_ERROR);