mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
9 lines
322 B
PHP
9 lines
322 B
PHP
<?php
|
||
|
||
/**
|
||
* NE PAS MODIFIER CE FICHIER. Il est regénéré automatiquement à chaque mise à jour de Yunohost
|
||
*
|
||
* Pour ajouter vos configurations personnalisées, rendez-vous dans le fichier config.local.user.php
|
||
*/
|
||
require '__FINALPATH__/config.local.yunohost.php';
|
||
require '__FINALPATH__/config.local.user.php';
|