projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b743a
)
Don't allow account backups by default.
author
Mikael Nordfeldth
<mmn@hethane.se>
Wed, 3 Feb 2016 00:08:36 +0000
(
01:08
+0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Wed, 3 Feb 2016 00:08:36 +0000
(
01:08
+0100)
lib/default.php
patch
|
blob
|
history
diff --git
a/lib/default.php
b/lib/default.php
index 466bd26fffd8671a7aa01e8d66a0581e1f109ec2..2e681e34b10c53bf5853668aaf206e381d3e0263 100644
(file)
--- a/
lib/default.php
+++ b/
lib/default.php
@@
-128,7
+128,7
@@
$default =
array('banned' => array(),
'biolimit' => null,
'changenick' => false,
- 'backup' =>
true,
+ 'backup' =>
false, // can cause DoS, so should be done via CLI
'restore' => false,
'delete' => false,
'move' => true),