summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 09:14:41 +0400
committerAndrew Dolgov <[email protected]>2013-03-20 09:14:41 +0400
commit911845b5e7f6c3ebc59f6fdc3d800414fcb45c8d (patch)
tree64712f99da2b3e17d7fd9147f31fac7c87fc23fb /include
parent44cd77b642df47aef617d74f0571d4354d4be67d (diff)
geturl: remove logging
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 99c621f5f..e66ec0737 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -4030,8 +4030,8 @@
$oline='';
foreach($status as $key=>$eline){$oline.='['.$key.']'.$eline.' ';}
$line =$oline." \r\n ".$url."\r\n-----------------\r\n";
- $handle = @fopen('./curl.error.log', 'a');
- fwrite($handle, $line);
+# $handle = @fopen('./curl.error.log', 'a');
+# fwrite($handle, $line);
return FALSE;
}
return $url;