X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=a2c5801f45c41995eafe64f1f8a2f40900dd087e;hb=bba1dbdb403aac067ae97c44531f6886f90fec35;hp=db1a216635a71efe8e93d5551fbc52467fb0d34e;hpb=3e70bfa28713bc4562c2e615fddfd5310d22fc33;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index db1a216635..a2c5801f45 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');