Add E Z board locking feature

This commit is contained in:
Wesley 2015-02-15 21:16:36 -05:00
parent a550c63f9c
commit 2d396c4eb8

View File

@ -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