DIR:/proc/thread-self/root/usr/local/cwpsrv/var/services/pma/templates/ |
Current File : //proc/thread-self/root/usr/local/cwpsrv/var/services/pma/templates/file_select_options.twig |
{% for file in filesList %} <option value="{{ file }}"{% if file == active %} selected="selected"{% endif %}> {{ file }} </option> {% endfor %} |