From 15b4d96ef5075a434c543ef7ddc0e67db3fb93d9 Mon Sep 17 00:00:00 2001 From: rodinux Date: Sun, 16 Jun 2024 01:22:09 +0200 Subject: [PATCH] correct syntax paths commented in config.local.php --- conf/config.local.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/config.local.php b/conf/config.local.php index 4b3172a..e5dadac 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 = __INSTALL_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 = __INSTALL_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 = __INSTALL_DIR__ . '/webdav.log'; +// const WEBDAV_LOG_FILE = '__INSTALL_DIR__/webdav.log'; /** * Activer la possibilité de faire une mise à jour semi-automatisée @@ -565,7 +565,7 @@ const USE_CRON = true; * @var null|string */ -//const SMTP_HELO_HOSTNAME = 'mail.domain.tld'; +//const SMTP_HELO_HOSTNAME = '__DOMAIN__'; /** * Adresse e-mail destinée à recevoir les erreurs de mail