This commit is contained in:
Andrew Dolgov 2014-08-20 12:04:22 +04:00
parent 05a8caddf5
commit ae962a96fd
1 changed files with 1 additions and 1 deletions

View File

@ -2253,7 +2253,7 @@
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);