From 1e4e6eee32c48eaac7f606b5558b7214451de4c9 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 10 Dec 2008 14:13:37 -0500 Subject: Ban certain users from posting by nickname and/or ID darcs-hash:20081210191337-7b5ce-f9a083596b3f5627405c9e233c1994d8338f5731.gz --- lib/common.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index 8543b09c7..141887ceb 100644 --- a/lib/common.php +++ b/lib/common.php @@ -85,6 +85,8 @@ $config = 'nickname' => array('blacklist' => array(), 'featured' => array()), + 'profile' => + array('banned' => array()), 'avatar' => array('server' => NULL), 'public' => -- cgit v1.2.3-54-g00ecf