X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=2fe3f8215f659683cf96ed1e403089a1775aad62;hb=16d35cf77e0b650091a5a91a3c2d2c61631eb1cb;hp=dbc2bb3b2f37336f06de4c9d1287c15bd059dad0;hpb=e54cb1bbe7500d5271d767a298cefbc85f904e0d;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index dbc2bb3b..2fe3f821 100644 --- a/index.php +++ b/index.php @@ -1376,8 +1376,8 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager, // The callback will fill $charset and $title with data from the downloaded page. get_http_response( $url, - $conf->get('general.download_max_size', 4194304), $conf->get('general.download_timeout', 30), + $conf->get('general.download_max_size', 4194304), get_curl_download_callback($charset, $title) ); if (! empty($title) && strtolower($charset) != 'utf-8') {