|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
[(#REM) Message si extensions php absentes ] |
|
|
|
|
#SET{bcmath,#VAL{bcmath}|extension_loaded} |
|
|
|
|
#SET{intl,#VAL{intl}|extension_loaded} |
|
|
|
|
#SET{ext,#LISTE{bcmath,intl}|join{", "}} |
|
|
|
|
#SET{ext,#LISTE{bcmath,intl}|implode{", "}} |
|
|
|
|
[(#GET{bcmath}|non|et{#GET{intl}|non}|oui) |
|
|
|
|
<p class="notice"> |
|
|
|
|
<:intl:cfg_message_extensions_php_ou{ext=#GET{ext}}:> |
|
|
|
|