@@ -2151,7 +2151,6 @@ if (!function_exists('httpRequest')) {
curl_setopt($ch, CURLOPT_COOKIE, $cookie);
}
- dump($data);
if ($type == 'post') {
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);