projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e518c9
)
give example of using Google Analytics
author
Evan Prodromou
<evan@controlyourself.ca>
Mon, 9 Feb 2009 14:20:55 +0000
(09:20 -0500)
committer
Evan Prodromou
<evan@controlyourself.ca>
Mon, 9 Feb 2009 14:20:55 +0000
(09:20 -0500)
config.php.sample
patch
|
blob
|
history
diff --git
a/config.php.sample
b/config.php.sample
index db1a216635a71efe8e93d5551fbc52467fb0d34e..a2c5801f45c41995eafe64f1f8a2f40900dd087e 100644
(file)
--- a/
config.php.sample
+++ b/
config.php.sample
@@
-142,3
+142,7
@@
$config['sphinx']['port'] = 3312;
# config section for the built-in Facebook application
#$config['facebook']['apikey'] = 'APIKEY';
#$config['facebook']['secret'] = 'SECRET';
+
+# Add Google Analytics
+# require_once('plugins/GoogleAnalyticsPlugin.php');
+# $ga = new GoogleAnalyticsPlugin('your secret code');