From dc90c24f609f79c70404c335636ea8d937b5d8a4 Mon Sep 17 00:00:00 2001 From: rodinux Date: Tue, 19 Sep 2023 09:14:43 +0200 Subject: [PATCH] ready to merge --- 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 11a00bf..8fb3a75 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -3,7 +3,7 @@ /** * NE PAS MODIFIER CE FICHIER. Il est regénéré automatiquement à chaque mise à jour de Yunohost * - * Pour ajouter vos configurations personnalisées, rendez-vous dans le fichier config.local.user.php + * Pour ajouter vos configurations personnalisées, rendez-vous dans le fichier data/config.local.user.php */ require '__INSTALL_DIR__/config.local.yunohost.php'; require '__INSTALL_DIR__/data/config.local.user.php';