diff --git a/conf/config.php b/conf/config.php index 2b02c5e..c42746c 100644 --- a/conf/config.php +++ b/conf/config.php @@ -26,7 +26,7 @@ const APP_URL = '__DOMAIN__'; const NOMAPPLICATION = 'OpenSondage'; // Database administrator email -const ADRESSEMAILADMIN = '__EMAIL__'; +const ADRESSEMAILADMIN = '__ADMIN__@__DOMAIN__'; // Email for automatic responses (you should set it to "no-reply") const ADRESSEMAILREPONSEAUTO = ''; diff --git a/manifest.toml b/manifest.toml index 4697467..c01f898 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ description.en = "Service for planning an appointment or making a decision quick description.fr = "Service pour planifier un rendez-vous ou prendre une décision rapidement et facilement" description.de = "Service zur schnellen und einfachen Planung eines Termins oder zur Entscheidungsfindung" -version = "1.1.19~ynh2" +version = "1.1.19~ynh3" maintainers = []