summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
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/',