Browse Source

Merge pull request #48 from towards-a-new-leftypol/mod_perms

Fix issue 47 - allow users with MOD privileges to edit posts
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
804046d1ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      inc/instance-config.php

3
inc/instance-config.php

@ -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…
Cancel
Save