summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2024-06-11 19:42:30 +0200
committerUrban Müller2024-06-11 19:42:30 +0200
commit839e2a5fe13ae6efef2b2d4fd6564caa75f223ce (patch)
treea55e79c5cee2c6a02c869c33cfc98b5bb569a25b
parent8ecc962be8280dabe1d01fe1cc36ff746bd3bfa2 (diff)
downloaditools-839e2a5fe13ae6efef2b2d4fd6564caa75f223ce.tar.gz
itools-839e2a5fe13ae6efef2b2d4fd6564caa75f223ce.tar.bz2
itools-839e2a5fe13ae6efef2b2d4fd6564caa75f223ce.zip
remove http: use
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class
index 90aa4bd..0597429 100644
--- a/it_url.class
+++ b/it_url.class
@@ -451,7 +451,7 @@ static function get_multi($p=null)
$start = gettimeofday(true);
- # curl_multi loop copied from example at http://php.net/manual/en/function.curl-multi-exec.php
+ # curl_multi loop copied from example at https://php.net/manual/en/function.curl-multi-exec.php
$active = null;
do {
$mrc = curl_multi_exec($mh, $active);