diff options
Diffstat (limited to 'scraper/wiby.php')
-rw-r--r-- | scraper/wiby.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scraper/wiby.php b/scraper/wiby.php index e8351bc..2d79c56 100644 --- a/scraper/wiby.php +++ b/scraper/wiby.php @@ -45,8 +45,6 @@ class wiby{ $url .= "?" . $get; } - print_r([$proxy, $url]); - curl_setopt($curlproc, CURLOPT_URL, $url); curl_setopt($curlproc, CURLOPT_ENCODING, ""); // default encoding |