diff options
author | Nathan Gass | 2025-05-23 09:39:10 +0200 |
---|---|---|
committer | Nathan Gass | 2025-05-23 09:39:10 +0200 |
commit | 65918f2ecc38d786b586c6628505a9f542fcebce (patch) | |
tree | 3476e60754e36b7a0bb491f2210c0f052aacb570 | |
parent | 0fc541eee4fe00b93911d7b1b1b4d6a9072889b5 (diff) | |
download | itools-65918f2ecc38d786b586c6628505a9f542fcebce.tar.gz itools-65918f2ecc38d786b586c6628505a9f542fcebce.tar.bz2 itools-65918f2ecc38d786b586c6628505a9f542fcebce.zip |
-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']) { |