From a966fdffe91b8768506719d39acab182dfef25a0 Mon Sep 17 00:00:00 2001 From: hpl Date: Mon, 25 Nov 2024 09:32:32 +0100 Subject: [PATCH] maj la gestion de la corbeille des NC --- bin/manageCloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/manageCloud.sh b/bin/manageCloud.sh index 8ad13fb..479d290 100755 --- a/bin/manageCloud.sh +++ b/bin/manageCloud.sh @@ -247,7 +247,7 @@ updatePhpConf(){ _addVarAfterInConf "mail_smtphost" " 'mail_smtphost' => '${smtpHost}.${domain}'," "'installed' => true," "${PHPCONF}" _addVarAfterInConf "mail_smtpmode" " 'mail_smtpmode' => 'smtp'," "'installed' => true," "${PHPCONF}" _addVarAfterInConf "enable_previews" " 'enable_previews' => true," "'installed' => true," "${PHPCONF}" - _addVarAfterInConf "trashbin_retention_obligation" " 'trashbin_retention_obligation' => '30, auto'," "'installed' => true," "${PHPCONF}" + _addVarAfterInConf "trashbin_retention_obligation" " 'trashbin_retention_obligation' => 'auto, 30'," "'installed' => true," "${PHPCONF}" #pour supprimer le message "obtenir un compte gratuit" dans le footer _addVarAfterInConf "simpleSignUpLink.shown" " 'simpleSignUpLink.shown' => false," "'installed' => true," "${PHPCONF}" _addVarAfterInConf "trusted_proxies" " 'trusted_proxies' => array( 0 => '10.0.0.0/8', 1 => '172.16.0.0/12', 2 => '192.168.0.0/16' )," "'installed' => true," "${PHPCONF}"