From 773e02880bf6f47cf3079f8e13544fb050162b3f Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Feb 2011 20:38:28 +1100 Subject: [PATCH] Changed the mod[postunoriginal] default to ADMIN --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 86effe95..2c1ad703 100644 --- a/inc/config.php +++ b/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;