Browse Source

fix notice for mod spoiler image

pull/40/head
czaks 11 years ago
committed by Michael Foster
parent
commit
96122c3fc2
  1. 2
      inc/config.php

2
inc/config.php

@ -1097,6 +1097,8 @@
$config['mod']['spoilerfile'] = 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