let admins prevent registration

darcs-hash:20080724235508-84dde-8bac4d9dd772adb9f27d083b3d0b6ed5b7526dbf.gz
This commit is contained in:
Evan Prodromou
2008-07-24 19:55:08 -04:00
parent 3a262a3bcd
commit e97c06e8e2
3 changed files with 8 additions and 2 deletions

View File

@@ -50,7 +50,8 @@ $config =
array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : NULL,
'broughtby' => NULL,
'timezone' => 'UTC',
'broughtbyurl' => NULL),
'broughtbyurl' => NULL,
'closed' => false),
'syslog' =>
array('appname' => 'laconica', # for syslog
'priority' => 'debug'), # XXX: currently ignored