]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket 1419. Added config option to set site to private.
authorSarven Capadisli <csarven@controlyourself.ca>
Mon, 13 Apr 2009 16:40:51 +0000 (16:40 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Mon, 13 Apr 2009 16:40:51 +0000 (16:40 +0000)
config.php.sample

index 0a01552feced630bb1ba3d6e3e49c89633f41250..e70d9ab46e843bbb6c1a2fa2c98a9ae6133aedfa 100644 (file)
@@ -30,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';