Browse Source

Changed the mod[postunoriginal] default to ADMIN

pull/40/head
Savetheinternet 13 years ago
parent
commit
773e02880b
  1. 2
      inc/config.php

2
inc/config.php

@ -248,7 +248,7 @@
// Post in a locked thread
$config['mod']['postinlocked'] = MOD;
// Post bypass unoriginal content check
$config['mod']['postunoriginal'] = MOD;
$config['mod']['postunoriginal'] = ADMIN;
// Raw HTML posting
$config['mod']['rawhtml'] = MOD;

Loading…
Cancel
Save