Remove feature: upload by url

This commit is contained in:
Zankaria 2024-01-16 18:01:13 +00:00
parent df2fe0e60f
commit a9211d23b5
3 changed files with 1 additions and 106 deletions

View file

@ -571,12 +571,6 @@
$config['link_prefix'] = '';
$config['url_ads'] = &$config['link_prefix']; // leave alias
// Allow "uploading" images via URL as well. Users can enter the URL of the image and then Tinyboard will
// download it. Not usually recommended.
$config['allow_upload_by_url'] = false;
// The timeout for the above, in seconds.
$config['upload_by_url_timeout'] = 15;
// Enable early 404? With default settings, a thread would 404 if it was to leave page 3, if it had less
// than 3 replies.
$config['early_404'] = false;