summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-14 21:55:25 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-14 21:55:25 -0500
commitda2348fbbe27facf4cfbf3fad800b3ccf98b4136 (patch)
treeb309359f0556b51bcef8fde39dfcc82d55dfa969 /lib/common.php
parent32fc71b43240e620e667354b97c662ac5ef1dab5 (diff)
Optionally ignore some notice sources for public page
We optionally ignore some notice sources from the public page. Typically these are automatic notice sources like twitterfeed that don't usually represent the community on the site very well.
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 7bfd14c42..4fc749ca0 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -106,7 +106,8 @@ $config =
array('server' => null),
'public' =>
array('localonly' => true,
- 'blacklist' => array()),
+ 'blacklist' => array(),
+ 'autosource' => array()),
'theme' =>
array('server' => null),
'throttle' =>