Update website
This commit is contained in:
parent
41ce1aa076
commit
ea0eb1c6e0
4222 changed files with 721797 additions and 14 deletions
5
admin/phpMyAdmin/templates/file_select_options.twig
Normal file
5
admin/phpMyAdmin/templates/file_select_options.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% for file in filesList %}
|
||||
<option value="{{ file }}"{% if file == active %} selected="selected"{% endif %}>
|
||||
{{ file }}
|
||||
</option>
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue