From aa0d606651a6dc0de4a9b430d89825245a65b15e Mon Sep 17 00:00:00 2001 From: yeltsew7 Date: Sun, 15 Feb 2015 21:23:26 -0500 Subject: [PATCH] Add in E Z board locking --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 016b7f77..edbe7b2a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -286,6 +286,9 @@ // Public and private key pair from https://www.google.com/recaptcha/admin/create $config['recaptcha_public'] = '6LcXTcUSAAAAAKBxyFWIt2SO8jwx4W7wcSMRoN3f'; $config['recaptcha_private'] = '6LcXTcUSAAAAAOGVbVdhmEM1_SyRF4xTKe8jbzf_'; + + // Ability to lock a board for normal users and still allow mods to post. Could also be useful for making an archive board + $config['board_locked'] = false; /* * Custom filters detect certain posts and reject/ban accordingly. They are made up of a condition and an