Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit 84ec361270 - Show all commits

View file

@ -2,5 +2,5 @@ CONTACT_MAIL="{{ evoadmin_contact_email or general_alert_email | mandatory }}"
WWWBOUNCE_MAIL="{{ evoadmin_bounce_email or general_alert_email | mandatory }}"
{% if evoadmin_multiphp_versions != [] %}
PHP_VERSIONS={{ evoadmin_multiphp_versions | join(' ') | replace('php', '') }} );
PHP_VERSIONS=({{ evoadmin_multiphp_versions | join(' ') | replace('php', '') }});
{% endif %}