]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions2.php
fix typo
[tt-rss.git] / 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);