From b6c807776747229adf7b3ad300b2b7539a8fc338 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Fri, 26 Jul 2013 16:55:30 +0300 Subject: [PATCH] cleanup --- ipf/http.php | 50 -------------------------------------------- ipf/http/request.php | 2 -- 2 files changed, 52 deletions(-) delete mode 100644 ipf/http.php 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; -- 2.49.0