mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Update config.local.php
add a link to file config.local.user.php
This commit is contained in:
parent
23f6bc597a
commit
4868e0b87f
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
* NE PAS MODIFIER CE FICHIER!
|
* NE PAS MODIFIER CE FICHIER!
|
||||||
*
|
*
|
||||||
* Pour configurer Paheko, copiez ce fichier en 'config.local.php'
|
* Pour ajouter des configurations personneles à Paheko, ajoutez-les dans __DATA__DIR__/data/config.local.user.php'
|
||||||
* puis décommentez et modifiez ce dont vous avez besoin.
|
* puis décommentez et modifiez ce dont vous avez besoin.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -884,3 +884,5 @@ const MAIL_SENDER = '__APP__@__DOMAIN__';
|
||||||
* @var null|string
|
* @var null|string
|
||||||
*/
|
*/
|
||||||
//const ALERT_MESSAGE = 'Ceci est un compte de test.';
|
//const ALERT_MESSAGE = 'Ceci est un compte de test.';
|
||||||
|
|
||||||
|
require '__DATA__DIR__/data/config.local.user.php';
|
||||||
|
|
Loading…
Add table
Reference in a new issue