Allow MOD to edit rawhtml (#51)

Co-authored-by: towards-a-new-leftypol <paul_cockshott@protonmail.com>
This commit is contained in:
towards-a-new-leftypol 2020-12-27 18:23:33 -05:00 committed by GitHub
parent 379de3ca6e
commit f76a830a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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;