fix(php): fix typo in php.ini
This commit is contained in:
parent
594f9be922
commit
7a1f8f9342
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% for name, section in php_ini.items() %}
|
||||
[name]
|
||||
{% endfor %}{% for key, value in section.items() %}
|
||||
{% for key, value in section.items() %}
|
||||
{{ key }}={{ value }}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue