Submit
Path:
~
/
home
/
sbfocnqg
/
public_html
/
myadmin
/
templates
/
database
/
designer
/
File Content:
schema_export.twig
<form method="post" action="{{ url('/schema-export') }}" class="disableAjax" id="id_export_pages"> <fieldset class="pma-fieldset"> {{ get_hidden_inputs(db) }} <label for="plugins">{% trans 'Select Export Relational Type' %}</label> <select id="plugins" name="export_type"> {% for option in plugins_choice %} <option value="{{ option.name }}"{{ option.is_selected ? ' selected' }}>{{ option.text }}</option> {% endfor %} </select> {% for option in plugins_choice %} <input type="hidden" id="force_file_{{ option.name }}" value="true"> {% endfor %} <input type="hidden" name="page_number" value="{{ page }}"> {{ options|raw }} </fieldset> </form>
Submit
FILE
FOLDER
Name
Size
Permission
Action
database_tables.twig
7148 bytes
0644
edit_delete_pages.twig
602 bytes
0644
main.twig
50008 bytes
0644
page_save_as.twig
1600 bytes
0644
page_selector.twig
303 bytes
0644
schema_export.twig
761 bytes
0644
N4ST4R_ID | Naxtarrr