From 203bc458420502289e2142a5649124a8b397d7e2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 11 Dec 2008 23:32:01 -0500 Subject: documentation and version number darcs-hash:20081212043201-84dde-1bf07467f85f743fb5cb4ec92e5b8934bfb49578.gz --- lib/common.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/common.php') 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 -- cgit v1.2.3-54-g00ecf