diff options
author | Urban Müller | 2024-06-11 19:42:30 +0200 |
---|---|---|
committer | Urban Müller | 2024-06-11 19:42:30 +0200 |
commit | 839e2a5fe13ae6efef2b2d4fd6564caa75f223ce (patch) | |
tree | a55e79c5cee2c6a02c869c33cfc98b5bb569a25b | |
parent | 8ecc962be8280dabe1d01fe1cc36ff746bd3bfa2 (diff) | |
download | itools-839e2a5fe13ae6efef2b2d4fd6564caa75f223ce.tar.gz itools-839e2a5fe13ae6efef2b2d4fd6564caa75f223ce.tar.bz2 itools-839e2a5fe13ae6efef2b2d4fd6564caa75f223ce.zip |
remove http: use
-rw-r--r-- | it_url.class | 2 |
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); |