fix typo
This commit is contained in:
parent
05a8caddf5
commit
ae962a96fd
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue