mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:15:55 +00:00
fix typo
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user