diff --git a/conf/config.local.php b/conf/config.local.php index a321ec9..b7a7263 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -890,4 +890,4 @@ const MAIL_SENDER = '__APP__@__DOMAIN__'; * Chemin vers le fichier pour des configurations personnelles * qui ne sera pas écraser lors des mises à jour. */ -require '__DATA__DIR__/data/config.local.user.php'; +require DATA_ROOT . '/config.local.user.php';