Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3601e802d6 - Show all commits

View file

@ -13,5 +13,5 @@ $oriconf['logins'] = array();
//$oriconf['logins']['bar'] = '7938c84d6e43d1659612a7ea7c1101ed02e52751bb64597a8c20ebaba8ba4303';
{% if evoadmin_multiphp_versions != [] %}
$localconf['php_versions'] = array( {{ evoadmin_multiphp_versions.join(', ') | replace('php', '') }} );
$localconf['php_versions'] = array( {{ evoadmin_multiphp_versions | join(', ') | replace('php', '') }} );
{% endif %}

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 %}