diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 09:57:39 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 09:57:39 -0500 |
commit | 09bab904091316fe669619ec90a26a86fc1927d5 (patch) | |
tree | 5786337cccd48e41c3109a1034a42d14f557981f /config.php.sample | |
parent | 02d7167906b63d490db3b5c3848accc5235b220f (diff) | |
parent | a476805dd96cf31af5331be5245a6d0af4d90dae (diff) |
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index db1a21663..a2c5801f4 100644 --- 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'); |