Browse Source

forgot to rename config option

pull/40/head
ctrlcctrlv 11 years ago
parent
commit
efebd30221
  1. 2
      inc/config.php

2
inc/config.php

@ -1121,7 +1121,7 @@
// Remove bans
$config['mod']['unban'] = MOD;
// Spoiler file (and keep post)
$config['mod']['deletefile'] = JANITOR;
$config['mod']['spoilerfile'] = JANITOR;
// Delete file (and keep post)
$config['mod']['deletefile'] = JANITOR;
// Delete all posts by IP

Loading…
Cancel
Save