X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=b8ed45fa83ce77fcf4a2ecf9b8b4448797c95701;hb=3cc94cc0bc2a57a08be63ecb274e7d2428ed6298;hp=6601acc7e98e892be01b24ce3fd13e23b3f605c8;hpb=2341f99224a0809a14bfb2832d9889ca3aceb6e2;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index 6601acc7e9..b8ed45fa83 100644 --- a/config.php.sample +++ b/config.php.sample @@ -18,7 +18,6 @@ $config['site']['server'] = 'localhost'; $config['site']['path'] = 'laconica'; #$config['site']['fancy'] = false; #$config['site']['theme'] = 'default'; -#$config['site']['skin'] = 'default'; #To enable the built-in mobile style sheet, defaults to false. #$config['site']['mobile'] = true; #For contact email, defaults to $_SERVER["SERVER_ADMIN"] @@ -31,6 +30,8 @@ $config['site']['path'] = 'laconica'; #$config['site']['closed'] = true; #Only allow registration for people invited by another user #$config['site']['inviteonly'] = true; +#Make the site invisible to non-logged-in users +#$config['site']['private'] = true; # If you want logging sent to a file instead of syslog #$config['site']['logfile'] = '/tmp/laconica.log';