403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.14
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/share/phpmyadmin/templates/table/tracking/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/phpmyadmin/templates/table/tracking/structure_snapshot_indexes.twig
<h3>{% trans 'Indexes' %}</h3>
<table id="tablestructure_indexes" class="table table-striped table-hover">
    <thead>
        <tr>
            <th>{% trans 'Keyname' %}</th>
            <th>{% trans 'Type' %}</th>
            <th>{% trans 'Unique' %}</th>
            <th>{% trans 'Packed' %}</th>
            <th>{% trans 'Column' %}</th>
            <th>{% trans 'Cardinality' %}</th>
            <th>{% trans 'Collation' %}</th>
            <th>{% trans 'Null' %}</th>
            <th>{% trans 'Comment' %}</th>
        </tr>
    </thead>
    <tbody>
        {% for index in indexes %}
            <tr class="noclick">
                <td>
                    <strong>{{ index['Key_name'] }}</strong>
                </td>
                <td>{{ index['Index_type'] }}</td>
                <td>{{ index['Non_unique'] == 0 ? 'Yes'|trans : 'No'|trans }}</td>
                <td>{{ index['Packed'] != '' ? 'Yes'|trans : 'No'|trans }}</td>
                <td>{{ index['Column_name'] }}</td>
                <td>{{ index['Cardinality'] }}</td>
                <td>{{ index['Collation'] }}</td>
                <td>{{ index['Null'] }}</td>
                <td>{{ index['Comment'] }}</td>
            </tr>
        {% endfor %}
    </tbody>
</table>

Youez - 2016 - github.com/yon3zu
LinuXploit