This commit is contained in:
Andrey Sokolovskiy 2024-03-03 20:47:31 +07:00
parent 962ba8ca28
commit 258507c204

View File

@ -6,7 +6,7 @@ Director {
{% if item.description is defined %} {% if item.description is defined %}
Description = "{{ item.description }}" Description = "{{ item.description }}"
{% endif %} {% endif %}
Password = "[md5]{{ item.password | md5 }}" Password = "{{ item.password }}"
{% if item.monitor is defined and item.monitor %} {% if item.monitor is defined and item.monitor %}
Monitor = Yes Monitor = Yes
{% endif %} {% endif %}