spoilerimage config variable: this got fixed doubly, once wrong, merge both fixes
Conflicts: inc/config.php
This commit is contained in:
parent
3a5f25f751
commit
0f5f44bc95
@ -1093,10 +1093,10 @@
|
|||||||
$config['mod']['bandelete'] = MOD;
|
$config['mod']['bandelete'] = MOD;
|
||||||
// Remove bans
|
// Remove bans
|
||||||
$config['mod']['unban'] = MOD;
|
$config['mod']['unban'] = MOD;
|
||||||
|
// Spoiler file (and keep post)
|
||||||
|
$config['mod']['spoilerimage'] = JANITOR;
|
||||||
// Delete file (and keep post)
|
// Delete file (and keep post)
|
||||||
$config['mod']['deletefile'] = JANITOR;
|
$config['mod']['deletefile'] = JANITOR;
|
||||||
// Spoiler image
|
|
||||||
$config['mod']['spoilerimage'] = JANITOR;
|
|
||||||
// Delete all posts by IP
|
// Delete all posts by IP
|
||||||
$config['mod']['deletebyip'] = MOD;
|
$config['mod']['deletebyip'] = MOD;
|
||||||
// Delete all posts by IP across all boards
|
// Delete all posts by IP across all boards
|
||||||
|
Loading…
Reference in New Issue
Block a user