diff options
author | Sean Murphy <sgmurphy@gmail.com> | 2009-02-09 17:29:39 -0500 |
---|---|---|
committer | Sean Murphy <sgmurphy@gmail.com> | 2009-02-09 17:29:39 -0500 |
commit | bdd9f6ce1d9bafc1c534aec224fa0ad1452779c1 (patch) | |
tree | 928e7efa3c382787adacf3e7234d77bce506eb80 /config.php.sample | |
parent | f6705f06c0a8251c0f3eb0fe88532e75645f7705 (diff) | |
parent | 32744124bcb8aa0683490a56defd4a79f072d278 (diff) |
Merge commit 'upstream/0.7.x' into 0.7.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'); |