]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
enable block API
[quix0rs-gnu-social.git] / config.php.sample
index 1cfbffd8dda36421acbd2b11f69cc0952857809f..3a13072a476833eb1244e7d8e47bc38c29a33f14 100644 (file)
@@ -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;