Your IP : 216.73.217.142


Current Path : /var/www/phpmyadmin/templates/
Upload File :
Current File : /var/www/phpmyadmin/templates/file_select_options.twig

{% for file in filesList %}
  <option value="{{ file }}"{% if file == active %} selected="selected"{% endif %}>
    {{ file }}
  </option>
{% endfor %}