]> git.wh0rd.org Git - tt-rss.git/commitdiff
geturl: remove logging
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 20 Mar 2013 05:14:41 +0000 (09:14 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 20 Mar 2013 05:14:41 +0000 (09:14 +0400)
include/functions.php

index 99c621f5f692103c1e29abfe9ed8eac171307677..e66ec0737172272669f5cbe1515dae55f6e1dba3 100644 (file)
                        $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;