File "server_options.twig"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/server/select/server_options.twig
File size: 199 B
MIME-type:
Charset: utf-8
{% for server in select %}
<option
value="{{ server.value }}"
{% if server.selected %}selected="selected"{% endif %}
>
{{- server.label -}}
</option>
{% endfor %}