From: Andrey Kutejko Date: Fri, 26 Jul 2013 13:55:30 +0000 (+0300) Subject: cleanup X-Git-Tag: 0.5~144 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=b6c807776747229adf7b3ad300b2b7539a8fc338;p=ipf.git cleanup --- diff --git a/ipf/http.php b/ipf/http.php deleted file mode 100644 index bd4f02a..0000000 --- a/ipf/http.php +++ /dev/null @@ -1,50 +0,0 @@ - $v) { - if (is_array($v)) { - $result[$k] = IPF_HTTP_handleMagicQuotes($v); - } else { - $result[$k] = stripslashes($v); - } - } - return $result; - } else { - return stripslashes($value); - } -} diff --git a/ipf/http/request.php b/ipf/http/request.php index 9894080..78fa4e5 100644 --- a/ipf/http/request.php +++ b/ipf/http/request.php @@ -18,8 +18,6 @@ class IPF_HTTP_Request public function __construct() { - $http = new IPF_HTTP(); - $http->removeTheMagic(); $this->POST =& $_POST; $this->GET =& $_GET; $this->REQUEST =& $_REQUEST;