diff options
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 b8852dc67..2aa9326a4 100644 --- a/config.php.sample +++ b/config.php.sample @@ -200,7 +200,7 @@ $config['sphinx']['port'] = 3312; // // $config['twitterbridge']['enabled'] = true; -// Twitter OAuth settings +// Twitter OAuth settings. Documentation is at http://apiwiki.twitter.com/OAuth-FAQ // $config['twitter']['consumer_key'] = 'YOURKEY'; // $config['twitter']['consumer_secret'] = 'YOURSECRET'; |