summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample6
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;