HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/html/phpmyadmin/templates/
Upload File :
Current File : /var/www/html/phpmyadmin/templates/file_select_options.twig
{% for file in filesList %}
  <option value="{{ file }}"{% if file == active %} selected="selected"{% endif %}>
    {{ file }}
  </option>
{% endfor %}