b0y-101 Mini Shell


Current Path : E:/phpMyAdmin/templates/server/select/
File Upload :
Current File : E:/phpMyAdmin/templates/server/select/server_options.twig

{% for server in select %}
    <option
        value="{{ server.value }}"
        {% if server.selected %}selected="selected"{% endif %}
    >
        {{- server.label -}}
    </option>
{% endfor %}

Copyright © 2019 by b0y-101