File "file_select_options.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/file_select_options.twig
File size: 152 B
MIME-type:
Charset: utf-8

Download   Open   Back

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

PHP File Manager