diff options
author | Meitar Moscovitz <meitarm@gmail.com> | 2009-02-10 05:05:04 +1100 |
---|---|---|
committer | Meitar Moscovitz <meitarm@gmail.com> | 2009-02-10 05:05:04 +1100 |
commit | 8cb3035b89df32e8194f7607bb8d098f57f81d23 (patch) | |
tree | ae5161356095fe7b0d83861d75cbf291d03444aa /config.php.sample | |
parent | 6e2f04583728714ff937eb1fa3ab34e99bcdb6a6 (diff) | |
parent | e5bad1526422f346041978a0812b0b29dc7f78bc (diff) |
Merge branch 'dev-0.7.x' into link-rel-paginate
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'); |