diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-17 10:23:19 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-17 10:23:19 -0500 |
commit | dfd08519d6cd7719290d2652394eeadbb4704f80 (patch) | |
tree | c8e802e2e32b3be34b51898be1d205af53772204 /config.php.sample | |
parent | 2e221f5718c783cdb6b85d53570115e3d63c42ff (diff) | |
parent | ab3c5d6f2d93843c199ebc4183f9ba307db1377d (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
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'; |