summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-28 14:43:34 -0800
committerEvan Prodromou <evan@status.net>2009-12-28 15:58:58 -0800
commit97f611107a9620f0e01e6c00c91cd1edea66d981 (patch)
tree953d39f93f2e3738e792e925486d92433e1ecfbf /lib/default.php
parent6a6d88f0f4641f294a5c513c6aacba604e37222f (diff)
More configuration options for location sharing
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php
index b5eda7b2c..8a70ed3fa 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -226,7 +226,8 @@ $default =
'message' =>
array('contentlimit' => null),
'location' =>
- array(),
+ array('share' => 'user', // whether to share location; 'always', 'user', 'never'
+ 'sharedefault' => true),
'omb' =>
array('timeout' => 5), // HTTP request timeout in seconds when contacting remote hosts for OMB updates
'logincommand' =>