1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Update config.php to v1.0.11

This commit is contained in:
mbugeia 2015-01-16 14:23:32 +01:00
parent ce6c8e2aa9
commit 88e8224aaf

View file

@ -1,5 +1,8 @@
<?php <?php
// Enable/Disable debug
define('DEBUG', false);
// E-mail address for the "From" header (notifications) // E-mail address for the "From" header (notifications)
define('MAIL_FROM', 'yuno_email'); define('MAIL_FROM', 'yuno_email');