Fix issue 47
https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/47
This commit is contained in:
parent
bb4e13a17d
commit
3695f6c371
|
@ -83,7 +83,10 @@ $config['max_pages'] = 36;
|
|||
$config['threads_preview'] = 5;
|
||||
$config['root'] = '/';
|
||||
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
||||
|
||||
//Permissions
|
||||
$config['mod']['move'] = MOD;
|
||||
$config['mod']['editpost'] = MOD;
|
||||
|
||||
// Max attachments per post
|
||||
$config['max_images'] = 5;
|
||||
|
|
Loading…
Reference in New Issue