summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-08-20 12:04:22 +0400
committerAndrew Dolgov <[email protected]>2014-08-20 12:04:22 +0400
commitae962a96fdba3fcc14b60d48f0db48bb7f3b243e (patch)
tree4022ee14a94bb157fa09ec5865210b891ab4221b /include
parent05a8caddf50f85cb459d161126d74861bf325b34 (diff)
fix typo
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 555aa04e9..deeaaf210 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -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);