Browse Source

Allow MOD to edit rawhtml (#51)

Co-authored-by: towards-a-new-leftypol <[email protected]>
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
f76a830a84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      inc/instance-config.php

6
inc/instance-config.php

@ -84,9 +84,13 @@ $config['threads_preview'] = 5;
$config['root'] = '/';
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
//Permissions
/*
* Permissions
*/
$config['mod']['move'] = MOD;
$config['mod']['editpost'] = MOD;
// Raw HTML posting
$config['mod']['rawhtml'] = MOD;
// Max attachments per post
$config['max_images'] = 5;

Loading…
Cancel
Save