File "server_options.twig"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/server/select/server_options.twig
File size: 199 bytes
MIME-type: text/plain
Charset: utf-8

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