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 14:43:34 -0800
commit39bdda9c7e7ee7571298c84c406a9dd74805f050 (patch)
tree953d39f93f2e3738e792e925486d92433e1ecfbf /lib/default.php
parent29a1669c01135faf125b2e53718a4112f14525fd (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' =>