aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index bd8ddeeaa..c5ce3bed3 100644
--- a/boot.php
+++ b/boot.php
@@ -423,8 +423,6 @@ function fetch_url($url,$binary = false, &$redirects = 0) {
$s = curl_exec($ch);
-// logger('Curl ' . curl_getinfo($ch,CURLINFO_HTTP_CODE));
-
$http_code = intval(curl_getinfo($ch, CURLINFO_HTTP_CODE));
$header = substr($s,0,strpos($s,"\r\n\r\n"));
if(stristr($header,'100') && (strlen($header) < 30)) {