From 9851e5d3ee48bf7209a4f71523b6b199424b6d30 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sat, 5 Aug 2023 01:31:52 +0200 Subject: [PATCH] Update config.local.yunohost.php try fix --- conf/config.local.yunohost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.local.yunohost.php b/conf/config.local.yunohost.php index 927fd4c..6404e19 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 = __INSTALL_DIR__; /** * Répertoire où sont situées les données de Paheko