diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-12-10 14:13:37 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-12-10 14:13:37 -0500 |
commit | 1e4e6eee32c48eaac7f606b5558b7214451de4c9 (patch) | |
tree | af45bd03aecfa14448ddca3e3d59bd7992c71cfb /config.php.sample | |
parent | 8b15411865b216f20b4f029a94310a12ab59ddc1 (diff) |
Ban certain users from posting by nickname and/or ID
darcs-hash:20081210191337-7b5ce-f9a083596b3f5627405c9e233c1994d8338f5731.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index 1cfbffd8d..3a13072a4 100644 --- a/config.php.sample +++ b/config.php.sample @@ -129,4 +129,8 @@ $config['sphinx']['port'] = 3312; #$config['throttle']['enabled'] = true; #$config['throttle']['count'] = 100; -#$config['throttle']['timespan'] = 3600;
\ No newline at end of file +#$config['throttle']['timespan'] = 3600; + +# List of users banned from posting (nicknames and/or IDs) +#$config['profile']['banned'][] = 'hacker'; +#$config['profile']['banned'][] = 12345; |