Your IP : 108.162.216.192


Current Path : /var/www/element/data/www/eletest.ru/phpmyadmin/templates/server/select/
Upload File :
Current File : /var/www/element/data/www/eletest.ru/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 %}