Browse Source

spoilerimage config variable: this got fixed doubly, once wrong, merge both fixes

Conflicts:
	inc/config.php
pull/40/head
czaks 11 years ago
committed by Michael Foster
parent
commit
0f5f44bc95
  1. 4
      inc/config.php

4
inc/config.php

@ -1093,10 +1093,10 @@
$config['mod']['bandelete'] = MOD;
// Remove bans
$config['mod']['unban'] = MOD;
// Spoiler file (and keep post)
$config['mod']['spoilerimage'] = JANITOR;
// Delete file (and keep post)
$config['mod']['deletefile'] = JANITOR;
// Spoiler image
$config['mod']['spoilerimage'] = JANITOR;
// Delete all posts by IP
$config['mod']['deletebyip'] = MOD;
// Delete all posts by IP across all boards

Loading…
Cancel
Save