forked from leftypol/leftypol
Sets the maximum number of attachments per post from 1 (defualt) to 5
This commit is contained in:
parent
9dbbdbe4b8
commit
3f79f16c62
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ $config['threads_preview'] = 5;
|
||||||
$config['root'] = '/';
|
$config['root'] = '/';
|
||||||
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
||||||
|
|
||||||
|
// Max attachments per post
|
||||||
|
$config['max_images'] = 5;
|
||||||
|
|
||||||
$config['thumb_method'] = 'gm+gifsicle';
|
$config['thumb_method'] = 'gm+gifsicle';
|
||||||
$config['gnu_md5'] = '1';
|
$config['gnu_md5'] = '1';
|
||||||
// $config['update_on_posts'] = true;
|
// $config['update_on_posts'] = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue