]> git.wh0rd.org - tt-rss.git/commitdiff
fix typo
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 20 Aug 2014 08:04:22 +0000 (12:04 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 20 Aug 2014 08:04:22 +0000 (12:04 +0400)
include/functions2.php

index 555aa04e9623dc20e3af5c166fbcd7806a91cfd4..deeaaf2109f5c93479e2d61f4042a60c451189d5 100644 (file)
 
                if($status['http_code']!=200){
 
-                       // idiot site not allowing http get
+                       // idiot site not allowing http head
                        if($status['http_code'] == 405) {
                                curl_close($curl);
                                return geturl($url, $depth +1, false);