From e97c06e8e27b4dce977a493a47c216d6c5796c2e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 24 Jul 2008 19:55:08 -0400 Subject: let admins prevent registration darcs-hash:20080724235508-84dde-8bac4d9dd772adb9f27d083b3d0b6ed5b7526dbf.gz --- config.php.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index 9eb628d2f..da791f6f0 100644 --- a/config.php.sample +++ b/config.php.sample @@ -23,6 +23,9 @@ $config['site']['path'] = 'laconica'; #Brought by... #$config['site']['broughtby'] = 'Individual or Company'; #$config['site']['broughtbyurl'] = 'http://example.net/'; +#If you don't want to let users register (say, for a one-person install) +#Crude but effective -- register everybody, then lock down +#$config['site']['closed'] = true; # If you want logging sent to a file instead of syslog #$config['site']['logfile'] = '/tmp/laconica.log'; -- cgit v1.2.3-54-g00ecf