Browse Source

fix notice for mod spoiler image

pull/40/head
czaks 11 years ago
parent
commit
c3cb0f171b
  1. 2
      inc/config.php

2
inc/config.php

@ -1126,6 +1126,8 @@
$config['mod']['unban'] = MOD; $config['mod']['unban'] = MOD;
// 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…
Cancel
Save