1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

try debug Variable wasn't initialized when trying to replace __DIR__

This commit is contained in:
rodinux 2024-04-20 16:54:21 +02:00
parent d915083162
commit f0097419b2

View file

@ -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