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:
parent
d915083162
commit
f0097419b2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue