diff options
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'); |