wesmiler 3 mesi fa
parent
commit
3d3721ff7b
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/Helpers/common.php

+ 0 - 1
app/Helpers/common.php

@@ -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);