diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-16 17:58:24 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-16 17:58:24 -0800 |
commit | ab3c5d6f2d93843c199ebc4183f9ba307db1377d (patch) | |
tree | c8e802e2e32b3be34b51898be1d205af53772204 /config.php.sample | |
parent | 419960fd19c21007958973af5151a84e00b164f8 (diff) |
Updated README with section about installing the Facebook app, and added info about twitterqueuehandler.php and facebookqueuehandler.php.
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index 3fa898e1b..da3154507 100644 --- a/config.php.sample +++ b/config.php.sample @@ -147,7 +147,7 @@ $config['sphinx']['port'] = 3312; #$config['profile']['banned'][] = 'hacker'; #$config['profile']['banned'][] = 12345; -# config section for the built-in Facebook application +# Config section for the built-in Facebook application #$config['facebook']['apikey'] = 'APIKEY'; #$config['facebook']['secret'] = 'SECRET'; |