mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Update config.local.yunohost.php
try fix
This commit is contained in:
parent
9851e5d3ee
commit
73309f77cf
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ const SECRET_KEY = '__SECRET_KEY__';
|
|||
* Défaut : répertoire racine de Paheko (__DIR__)
|
||||
*/
|
||||
|
||||
const ROOT = __INSTALL_DIR__;
|
||||
//const ROOT = __DIR__;
|
||||
|
||||
/**
|
||||
* Répertoire où sont situées les données de Paheko
|
||||
|
@ -42,7 +42,7 @@ const ROOT = __INSTALL_DIR__;
|
|||
* Défaut : sous-répertoire "data" de la racine
|
||||
*/
|
||||
|
||||
//const DATA_ROOT = ROOT . '/data';
|
||||
const DATA_ROOT = ROOT . '/data';
|
||||
|
||||
/**
|
||||
* Répertoire où est situé le cache,
|
||||
|
|
Loading…
Add table
Reference in a new issue