Files @ 36d96a3fc472
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/php_timezone.ini.j2

branko
MAR-163: Ensure host.run is not suspectible to shell injection:

- Use host.run's built-in capability for handling parameter escaping
and insertion.
date.timezone = '{{ server_timezone.content | b64decode | trim }}'