Sort keys per section within php.ini.
This commit is contained in:
parent
9a54fcf5c1
commit
d62a6b5d7e
@ -5,7 +5,7 @@
|
|||||||
{{ section }} = {{ settings }}
|
{{ section }} = {{ settings }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
[{{ section }}]
|
[{{ section }}]
|
||||||
{%- for setting in settings -%}
|
{%- for setting in settings|sort -%}
|
||||||
{%- for key, value in setting.items() %}
|
{%- for key, value in setting.items() %}
|
||||||
{%- if value is number or value is string %}
|
{%- if value is number or value is string %}
|
||||||
{{ key }} = {{ value }}
|
{{ key }} = {{ value }}
|
||||||
|
Loading…
Reference in New Issue
Block a user