diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-18 23:25:27 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-18 23:25:27 -0700 |
commit | 45430d2b3b952dda31d232c2726e5980a7e6e56a (patch) | |
tree | 56ac59a6feaf118ce1d6120bf541c477d4e714e5 /config.php.sample | |
parent | 5d3e47e501bffb30d90d648263c78ef22b047a40 (diff) | |
parent | cb0047b1442d8a5303abdb11cddcdd2a77b8ad8e (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
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 529164108..d42bac9a6 100644 --- a/config.php.sample +++ b/config.php.sample @@ -154,6 +154,9 @@ $config['sphinx']['port'] = 3312; // $config['integration']['source'] = 'Laconica'; // Enable bidirectional Twitter bridge +// +// NOTE: if you enable this you must also set $config['avatar']['path'] +// // $config['twitterbridge']['enabled'] = true; // Edit throttling. Off by default. If turned on, you can only post 20 notices |