diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-13 16:42:53 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-13 16:42:53 +0000 |
commit | e34011f1bd862bc0e68ce7dc49aea39dcd164a4e (patch) | |
tree | 91acec65b45627caaa3688389496df8e53942bcc | |
parent | ed3d68435f042ff6bc212022058310255db0e1bd (diff) | |
parent | ffa00073509a275df2605ca39d110c0c3fcf2dee (diff) |
Merge branch '0.7.x' into 0.8.x
-rw-r--r-- | config.php.sample | 2 |
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'; |