[ Avaa Bypassed ]




Upload:

Command:

www-data@18.217.13.162: ~ $
<div class="responsivetable">
<table id="table_columns" class="noclick">
    <caption class="tblHeaders">
        {% trans 'Structure' %}
        {{ Util_showMySQLDocu('CREATE_TABLE') }}
    </caption>
    <tr>
        <th>
            {% trans 'Name' %}
        </th>
        <th>
            {% trans 'Type' %}
            {{ Util_showMySQLDocu('data-types') }}
        </th>
        <th>
            {% trans 'Length/Values' %}
            {{ Util_showHint('If column type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'…<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }}
        </th>
        <th>
            {% trans 'Default' %}
            {{ Util_showHint('For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'|trans) }}
        </th>
        <th>
            {% trans 'Collation' %}
        </th>
        <th>
            {% trans 'Attributes' %}
        </th>
        <th>
            {% trans 'Null' %}
        </th>

        {# Only for 'Edit' Column(s) #}
        {% if change_column is defined and change_column is not empty %}
            <th>
                {% trans 'Adjust privileges' %}
                {{ Util_showDocu('faq', 'faq6-39') }}
            </th>
        {% endif %}

        {# We could remove this 'if' and let the key information be shown and
           editable. However, for this to work, structure.lib.php must be
           modified to use the key fields, as tbl_addfield does. #}
        {% if not is_backup %}
            <th>
                {% trans 'Index' %}
            </th>
        {% endif %}

        <th>
            <abbr title="AUTO_INCREMENT">A_I</abbr>
        </th>
        <th>
            {% trans 'Comments' %}
        </th>

        {% if is_virtual_columns_supported %}
            <th>
                {% trans 'Virtuality' %}
            </th>
        {% endif %}

        {% if fields_meta is defined %}
            <th>
                {% trans 'Move column' %}
            </th>
        {% endif %}

        {% if mimework and browse_mime %}
            <th>
                {% trans 'MIME type' %}
            </th>
            <th>
                <a href="transformation_overview.php
                    {{- Url_getCommon() }}#transformation" title="
                    {%- trans 'List of available transformations and their options' -%}
                    " target="_blank">
                    {% trans 'Browser display transformation' %}
                </a>
            </th>
            <th>
                {% trans 'Browser display transformation options' %}
                {{ Util_showHint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'…<br />If you ever need to put a backslash ("\\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }}
            </th>
            <th>
                <a href="transformation_overview.php{{ Url_getCommon() }}#input_transformation"
                   title="{% trans 'List of available transformations and their options' %}"
                   target="_blank">
                    {% trans 'Input transformation' %}
                </a>
            </th>
            <th>
                {% trans 'Input transformation options' %}
                {{ Util_showHint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'…<br />If you ever need to put a backslash ("\\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }}
            </th>
        {% endif %}
    </tr>
    {% set options = {'': '', 'VIRTUAL': 'VIRTUAL'} %}
    {% if server_type == 'MariaDB' %}
        {% set options = options|merge({'PERSISTENT': 'PERSISTENT'}) %}
        {% set options = options|merge({'STORED': 'STORED'}) %}
    {% else %}
        {% set options = options|merge({'STORED': 'STORED'}) %}
    {% endif %}
    {% for content_row in content_cells %}
        <tr>
            {% include 'columns_definitions/column_attributes.twig' with content_row|merge({
                'options': options,
                'change_column': change_column,
                'is_virtual_columns_supported': is_virtual_columns_supported,
                'browse_mime': browse_mime,
                'max_rows': max_rows,
                'char_editing': char_editing,
                'attribute_types': attribute_types,
                'privs_available': privs_available,
                'max_length': max_length,
                'dbi': dbi,
                'disable_is': disable_is
            }) only %}
        </tr>
    {% endfor %}
</table>
</div>

Filemanager

Name Type Size Permission Actions
column_adjust_privileges.twig File 630 B 0644
column_attribute.twig File 909 B 0644
column_attributes.twig File 7.6 KB 0644
column_auto_increment.twig File 293 B 0644
column_comment.twig File 222 B 0644
column_default.twig File 1.72 KB 0644
column_definitions_form.twig File 5.93 KB 0644
column_extra.twig File 287 B 0644
column_indexes.twig File 1.21 KB 0644
column_length.twig File 404 B 0644
column_name.twig File 1.47 KB 0644
column_null.twig File 324 B 0644
column_type.twig File 340 B 0644
column_virtuality.twig File 961 B 0644
mime_type.twig File 763 B 0644
move_column.twig File 631 B 0644
partitions.twig File 7.64 KB 0644
table_fields_definitions.twig File 4.77 KB 0644
transformation.twig File 1.21 KB 0644
transformation_option.twig File 423 B 0644