forked from leftypol/leftypol
custom timeouet for curl'ing upload urls
This commit is contained in:
parent
c8fcba9439
commit
e45ffb8592
2 changed files with 3 additions and 1 deletions
|
@ -355,6 +355,8 @@
|
|||
// 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;
|
||||
|
||||
// A wordfilter (sometimes referred to as just a "filter" or "censor") automatically scans users’ posts
|
||||
// as they are submitted and changes or censors particular words or phrases.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue