mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 03:37:25 -03:00
removed debug
This commit is contained in:
parent
a8645b7eb6
commit
1a8257cf11
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@
|
|||
$url .= "&safe=medium";
|
||||
}
|
||||
|
||||
echo $url;
|
||||
|
||||
$google_ch = curl_init($url);
|
||||
curl_setopt_array($google_ch, $config->curl_settings);
|
||||
curl_multi_add_handle($mh, $google_ch);
|
||||
|
|
Loading…
Reference in a new issue