mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 04:31:28 +00:00
geturl: remove logging
This commit is contained in:
@@ -4030,8 +4030,8 @@
|
|||||||
$oline='';
|
$oline='';
|
||||||
foreach($status as $key=>$eline){$oline.='['.$key.']'.$eline.' ';}
|
foreach($status as $key=>$eline){$oline.='['.$key.']'.$eline.' ';}
|
||||||
$line =$oline." \r\n ".$url."\r\n-----------------\r\n";
|
$line =$oline." \r\n ".$url."\r\n-----------------\r\n";
|
||||||
$handle = @fopen('./curl.error.log', 'a');
|
# $handle = @fopen('./curl.error.log', 'a');
|
||||||
fwrite($handle, $line);
|
# fwrite($handle, $line);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
return $url;
|
return $url;
|
||||||
|
|||||||
Reference in New Issue
Block a user