X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=6e55eaffc8bdf9190fafd0e735008ed787360af1;hb=2eb6a6a9b02b51d9c8aa2f7bcff559681dd33b90;hp=3fa898e1be0c19461b1aa083def86bec098d2d07;hpb=7638adf49e6142617712ba897b529cff9fcd68a3;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index 3fa898e1be..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,7 +149,7 @@ $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';