diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-12-11 23:32:01 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-12-11 23:32:01 -0500 |
commit | 203bc458420502289e2142a5649124a8b397d7e2 (patch) | |
tree | 127bf3a3444e1ff2fb1a59d4aaee49d0262ab332 /lib/common.php | |
parent | da32755959f649ad5c0cf8b7b49c8546ddad73d7 (diff) |
documentation and version number
darcs-hash:20081212043201-84dde-1bf07467f85f743fb5cb4ec92e5b8934bfb49578.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/common.php b/lib/common.php index 141887ceb..f727a1cc1 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.3'); +define('LACONICA_VERSION', '0.6.4'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); @@ -69,7 +69,8 @@ $config = 'timezone' => 'UTC', 'broughtbyurl' => NULL, 'closed' => false, - 'inviteonly' => false), + 'inviteonly' => false, + 'private' => false), 'syslog' => array('appname' => 'laconica', # for syslog 'priority' => 'debug'), # XXX: currently ignored |