summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-12-22 15:25:38 -0800
committerBrion Vibber <brion@pobox.com>2010-12-22 15:25:38 -0800
commit26baad63f2e7d5cd0f783aacdb9eb2a65a638656 (patch)
tree35c39658aeb23ced8104177adadbc63560cda62e /lib/default.php
parent1513b8eeb921538e4e342c2c6d64b2c0d1aed2dd (diff)
parente0606d3eca761bda5fb804f6522028280d3396e8 (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php
index 5c4484121..641528691 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -124,7 +124,11 @@ $default =
'featured' => array()),
'profile' =>
array('banned' => array(),
- 'biolimit' => null),
+ 'biolimit' => null,
+ 'backup' => true,
+ 'restore' => true,
+ 'delete' => false,
+ 'move' => true),
'avatar' =>
array('server' => null,
'dir' => INSTALLDIR . '/avatar/',