summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-05-17 00:05:53 -0400
committerRobin Millette <millette@controlyourself.ca>2009-05-17 00:05:53 -0400
commita325144fa0ba769de1cdb554cac04e0116912b66 (patch)
treeb36b33c91330cf80ffcfc090ef52be4df03c63e3 /config.php.sample
parentf3ea79a12a7bdf0d4efcd7eb706d25ae81b7fad9 (diff)
parent811cef10083f8b7824b2fd8140f940bf13b54c8d (diff)
Merge branch '0.8.x' of git@gitorious.org:~evan/laconica/dev into 0.8.x
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 6d6a9b533..0e6bf0e5f 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -172,6 +172,10 @@ $config['sphinx']['port'] = 3312;
#$config['facebook']['apikey'] = 'APIKEY';
#$config['facebook']['secret'] = 'SECRET';
+# Facebook Connect plugin (Needs valid APIKEY above)
+#require_once(INSTALLDIR.'/plugins/FBConnect/FBConnectPlugin.php');
+#$fbc = new FBConnectPlugin();
+
# Add Google Analytics
# require_once('plugins/GoogleAnalyticsPlugin.php');
# $ga = new GoogleAnalyticsPlugin('your secret code');