From a5014b8cdd08e8512cb64b59b5f87ea163fb8cc0 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 7 Feb 2024 17:57:02 +0000 Subject: [PATCH] wait #6716 @0.5 --- inc/commons/class.common.url.php | 3 +++ inc/config.inc.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/commons/class.common.url.php b/inc/commons/class.common.url.php index 0808eed0e..684ef7ea0 100644 --- a/inc/commons/class.common.url.php +++ b/inc/commons/class.common.url.php @@ -344,6 +344,9 @@ class commonUrl { global $core; + header('Location: https://toolbox.fluidbook.com/file'); + exit; + commonDroits::min(array('extranet' => 0, 'ws' => 1)); $settings = $core->user->getSettings('fichiers'); diff --git a/inc/config.inc.php b/inc/config.inc.php index fd09324c7..5c383d922 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -64,7 +64,7 @@ define('JS', JS_PATH); define('MINIMIZE_JS', false); define('JOURNEE', 8); -define('TAUX_JOURNALIER', 600); +define('TAUX_JOURNALIER', 630); define('AVAILABLE_LANGS', 'fr,en'); // Zend -- 2.39.5