Your IP : 172.69.7.233


Current Path : /var/www/element/data/www/eletest.ru/phpmyadmin/templates/
Upload File :
Current File : /var/www/element/data/www/eletest.ru/phpmyadmin/templates/file_select_options.twig

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