From 2d396c4eb8a96f3b3da0eb0ed00a83f049e9b0ef Mon Sep 17 00:00:00 2001 From: Wesley Date: Sun, 15 Feb 2015 21:16:36 -0500 Subject: [PATCH] Add E Z board locking feature --- post.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/post.php b/post.php index 45fd021e..d1c963f5 100644 --- a/post.php +++ b/post.php @@ -16,6 +16,10 @@ if (get_magic_quotes_gpc()) { $_POST = strip_array($_POST); } +if (!$_POST['mod'] && $config['board_locked']) { + error("Board is locked"); +} + if (isset($_POST['delete'])) { // Delete