[ Avaa Bypassed ]




Upload:

Command:

www-data@18.227.111.102: ~ $
<div class="show_create_results">
    <h2>{% trans 'Showing create queries' %}</h2>
    {% set views = [] %}
    {% set tables = [] %}
    {% for object in db_objects %}
        {% if dbi.getTable(db, object).isView() %}
            {% set views = views|merge([object]) %}
        {% else %}
            {% set tables = tables|merge([object]) %}
        {% endif %}
    {% endfor %}
    {% if tables is not empty %}
        {% include 'database/structure/show_create_row.twig' with {
            'db': db,
            'title': 'Tables'|trans,
            'raw_title': 'Table',
            'db_objects': tables,
            'dbi': dbi
        } only %}
    {% endif %}

    {% if views is not empty %}
        {% include 'database/structure/show_create_row.twig' with {
            'db': db,
            'title': 'Views'|trans,
            'raw_title': 'View',
            'db_objects': views,
            'dbi': dbi
        } only %}
    {% endif %}
</div>

Filemanager

Name Type Size Permission Actions
body_for_table_summary.twig File 3.42 KB 0644
browse_table.twig File 77 B 0644
browse_table_label.twig File 96 B 0644
check_all_tables.twig File 2.62 KB 0644
empty_table.twig File 189 B 0644
favorite_anchor.twig File 371 B 0644
print_view_data_dictionary_link.twig File 279 B 0644
search_table.twig File 74 B 0644
show_create.twig File 957 B 0644
show_create_row.twig File 565 B 0644
structure_table_row.twig File 7.63 KB 0644
table_header.twig File 3.39 KB 0644
tracking_icon.twig File 276 B 0644