From f0097419b21f453d990a2f216ba99c73cbc67cae Mon Sep 17 00:00:00 2001 From: rodinux Date: Sat, 20 Apr 2024 16:54:21 +0200 Subject: [PATCH] try debug Variable wasn't initialized when trying to replace __DIR__ --- conf/config.local.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.local.php b/conf/config.local.php index 0a2f657..f1fa26b 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -325,7 +325,7 @@ const WWW_URL = 'https://__DOMAIN____PATH__/'; * Défaut : null (= désactivé) * @var string|null */ -// const SQL_DEBUG = __DIR__ . '/debug_sql.sqlite'; +// const SQL_DEBUG = '__INSTALL_DIR__/debug_sql.sqlite'; /** /** @@ -369,7 +369,7 @@ const SQLITE_JOURNAL_MODE = 'WAL'; * Default : null (= désactivé) * @var string|null */ -// const HTTP_LOG_FILE = __DIR__ . '/http.log'; +// const HTTP_LOG_FILE = '__INSTALL_DIR__/http.log'; /** * Activer la possibilité de faire une mise à jour semi-automatisée