1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:15:55 +00:00
This commit is contained in:
Andrew Dolgov
2014-08-20 12:04:22 +04:00
parent 05a8caddf5
commit ae962a96fd

View File

@@ -2253,7 +2253,7 @@
if($status['http_code']!=200){ if($status['http_code']!=200){
// idiot site not allowing http get // idiot site not allowing http head
if($status['http_code'] == 405) { if($status['http_code'] == 405) {
curl_close($curl); curl_close($curl);
return geturl($url, $depth +1, false); return geturl($url, $depth +1, false);