summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-13 16:42:53 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-13 16:42:53 +0000
commite34011f1bd862bc0e68ce7dc49aea39dcd164a4e (patch)
tree91acec65b45627caaa3688389496df8e53942bcc /config.php.sample
parented3d68435f042ff6bc212022058310255db0e1bd (diff)
parentffa00073509a275df2605ca39d110c0c3fcf2dee (diff)
Merge branch '0.7.x' into 0.8.x
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 6601acc7e..4c4c9f08b 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -31,6 +31,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';