diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-24 19:55:08 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-24 19:55:08 -0400 |
commit | e97c06e8e27b4dce977a493a47c216d6c5796c2e (patch) | |
tree | d5050b232631d91ed1cd56382b0fac402c7a5f1f /lib | |
parent | 3a262a3bcd0c794f12d97b28be33b1c262063718 (diff) |
let admins prevent registration
darcs-hash:20080724235508-84dde-8bac4d9dd772adb9f27d083b3d0b6ed5b7526dbf.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index f92f08b7d..69714be1d 100644 --- a/lib/common.php +++ b/lib/common.php @@ -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 |