From 73309f77cf409bf5921a42b474ec70899c15c19a Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sat, 5 Aug 2023 01:36:25 +0200 Subject: [PATCH] Update config.local.yunohost.php try fix --- conf/config.local.yunohost.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.local.yunohost.php b/conf/config.local.yunohost.php index 6404e19..fffe9e9 100644 --- a/conf/config.local.yunohost.php +++ b/conf/config.local.yunohost.php @@ -33,7 +33,7 @@ const SECRET_KEY = '__SECRET_KEY__'; * Défaut : répertoire racine de Paheko (__DIR__) */ -const ROOT = __INSTALL_DIR__; +//const ROOT = __DIR__; /** * Répertoire où sont situées les données de Paheko @@ -42,7 +42,7 @@ const ROOT = __INSTALL_DIR__; * Défaut : sous-répertoire "data" de la racine */ -//const DATA_ROOT = ROOT . '/data'; +const DATA_ROOT = ROOT . '/data'; /** * Répertoire où est situé le cache,