mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
syntax errors in the config.local.release.php
This commit is contained in:
parent
be89f0e280
commit
73e4aaba5c
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const ENABLE_UPGRADES = false
|
const ENABLE_UPGRADES = false;
|
||||||
|
|
||||||
**
|
/**
|
||||||
* Commande de création de PDF
|
* Commande de création de PDF
|
||||||
*
|
*
|
||||||
* Commande qui sera exécutée pour créer un fichier PDF à partir d'un HTML.
|
* Commande qui sera exécutée pour créer un fichier PDF à partir d'un HTML.
|
||||||
|
|
Loading…
Add table
Reference in a new issue