summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-13 16:40:51 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-13 16:40:51 +0000
commitffa00073509a275df2605ca39d110c0c3fcf2dee (patch)
tree9456f5124c4118d7fb350ec3eecaf45247be2665 /config.php.sample
parentd62f69e5928e94e1ca15a469ba31cdfef6a80016 (diff)
Ticket 1419. Added config option to set site to private.
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 0a01552fe..e70d9ab46 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -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';