diff --git a/module/misc/model.php b/module/misc/model.php index bc013c85fd..853c586ce9 100644 --- a/module/misc/model.php +++ b/module/misc/model.php @@ -213,7 +213,6 @@ class miscModel extends model curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_REFERER, $_SERVER['HTTP_REFERER']); - curl_setopt($curl, CURLOPT_COOKIE, $_SERVER['HTTP_COOKIE']); if(!empty($data)) {