summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-13 15:51:12 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-13 15:51:12 -0400
commit3a0c59052ace6cdd1ac23e8f6b5c5ba8cb6fffcd (patch)
tree9fa3dfae7195acb294bf867953a9a14b3ca80aff /config.php.sample
parente9e75fc9d5f44b2ffe10602a3bd183cccb7da4ec (diff)
parentd4f9f2c69bb9cba7aa2ff67a2b75d106f1bd1607 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.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 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';