git.p6c8.net
/
jirafeau_project.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'next-release' into 'f_modularization_wip_rebased'
[jirafeau_project.git]
/
lib
/
config.original.php
diff --git
a/lib/config.original.php
b/lib/config.original.php
index bfa76af9c6f4332164799d7b263619a1019e5a5f..d261f682b1083b9b0ca0f30fbcd36fbfc8029ce4 100644
(file)
--- a/
lib/config.original.php
+++ b/
lib/config.original.php
@@
-152,6
+152,11
@@
$cfg['availability_default'] = 'month';
*/
$cfg['one_time_download'] = true;
*/
$cfg['one_time_download'] = true;
+/* When set to "true", the checkbox for deleting the file after the first download
+ * is preselected.
+ */
+$cfg['one_time_download_preselected'] = false;
+
/* Set maximal upload size expressed in MB.
* »0« means unlimited upload size.
*/
/* Set maximal upload size expressed in MB.
* »0« means unlimited upload size.
*/
patrick-canterino.de