Ticket 1419. Added config option to set site to private.

This commit is contained in:
Sarven Capadisli 2009-04-13 16:40:51 +00:00
parent d62f69e592
commit ffa0007350
1 changed files with 2 additions and 0 deletions

View 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';