diff options
-rw-r--r-- | it_url.class | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/it_url.class b/it_url.class index 8af61ae..c814261 100644 --- a/it_url.class +++ b/it_url.class @@ -314,8 +314,6 @@ function request($p=array()) curl_setopt($curl, CURLOPT_URL, $url->url); } - - # FIXME 2025-01 NG just use CURLOPT_MAXFILESIZE if we have curl 8.4 $content = ""; if ($p['maxlength'] && !$p['writefunction']) { |