diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-11-20 02:19:30 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-11-20 02:19:30 -0500 |
commit | 727c4060a590d12595a0378e5d83b57423d920f5 (patch) | |
tree | 6d7373a5d9b7aa1a2f4f5af63ec2e69b38bab6f9 /config.php.sample | |
parent | 0c935b4ace3c1690b8e93022ec633f42aae92c27 (diff) |
New public tabs - Public, Recent tags, Featured, and Favorited
darcs-hash:20081120071930-7b5ce-a15d7308bde085f03aa335c98ecd0aaa3833bc35.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 17a7763af..87c8b76c5 100644 --- a/config.php.sample +++ b/config.php.sample @@ -56,6 +56,9 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #Add your own here. Note: empty array by default #$config['nickname']['blacklist'][] = 'scobleizer'; +# Users to populate the 'Featured' tab +#$config['nickname']['featured'][] = 'scobleizer'; + # xmpp #$config['xmpp']['enabled'] = false; #$config['xmpp']['server'] = 'server.example.net'; |