]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
Add route for new message to user.
[quix0rs-gnu-social.git] / config.php.sample
index da31545074aeb53dbbe9ace1ebd9501453379005..6e55eaffc8bdf9190fafd0e735008ed787360af1 100644 (file)
@@ -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...