Browse Source

forgot to rename config option

pull/40/head
ctrlcctrlv 11 years ago
committed by Michael Foster
parent
commit
d846fe6370
  1. 2
      inc/config.php

2
inc/config.php

@ -1094,7 +1094,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