fix(php): fix typo in php.ini

This commit is contained in:
s3lph 2023-02-07 22:05:18 +01:00
parent 594f9be922
commit 7a1f8f9342
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -2,7 +2,7 @@
{% for name, section in php_ini.items() %} {% for name, section in php_ini.items() %}
[name] [name]
{% endfor %}{% for key, value in section.items() %} {% for key, value in section.items() %}
{{ key }}={{ value }} {{ key }}={{ value }}
{% endfor %} {% endfor %}