From 811112cd112572d316f9dc993c784275014b66a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:20:50 +0200 Subject: [PATCH] Update config.local.php --- conf/config.local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.local.php b/conf/config.local.php index 0ceb6af..51e4848 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -80,7 +80,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