X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=config.php.sample;h=6e55eaffc8bdf9190fafd0e735008ed787360af1;hb=8845b3b3b68a6a4da4c1123fb8228232290308e1;hp=efb5aa44327af741f2a1c6e9d38ac6c19d764869;hpb=ed964ea980be63999860aaa5f39274768eca5d59;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index efb5aa4432..6e55eaffc8 100644 --- a/config.php.sample +++ b/config.php.sample @@ -18,6 +18,8 @@ $config['site']['server'] = 'localhost'; $config['site']['path'] = 'laconica'; #$config['site']['fancy'] = false; #$config['site']['theme'] = 'default'; +#To enable the built-in mobile style sheet, defaults to false. +#$config['site']['mobile'] = true; #For contact email, defaults to $_SERVER["SERVER_ADMIN"] #$config['site']['email'] = 'admin@example.net'; #Brought by... @@ -147,6 +149,10 @@ $config['sphinx']['port'] = 3312; #$config['profile']['banned'][] = 'hacker'; #$config['profile']['banned'][] = 12345; -# config section for the built-in Facebook application +# 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');