From fbb180575e2525ad18be7ba3be40cd4e6a966320 Mon Sep 17 00:00:00 2001 From: rodinux Date: Sat, 15 Jun 2024 15:32:10 +0200 Subject: [PATCH] change variable __DIR__ to __INSTALL_DIR__ to prevent undefined varible and failed upgrade --- conf/config.local.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.local.php b/conf/config.local.php index a4cdea4..4b3172a 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -378,7 +378,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'; /** * Activation du log WOPI @@ -391,7 +391,7 @@ const SQLITE_JOURNAL_MODE = 'WAL'; * Default : null (= désactivé) * @var string|null */ -// const WOPI_LOG_FILE = __DIR__ . '/wopi.log'; +// const WOPI_LOG_FILE = __INSTALL_DIR__ . '/wopi.log'; /** * Activation du log WebDAV @@ -404,7 +404,7 @@ const SQLITE_JOURNAL_MODE = 'WAL'; * Default : null (= désactivé) * @var string|null */ -// const WEBDAV_LOG_FILE = __DIR__ . '/webdav.log'; +// const WEBDAV_LOG_FILE = __INSTALL_DIR__ . '/webdav.log'; /** * Activer la possibilité de faire une mise à jour semi-automatisée