Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
phpMyAdmin /
templates /
table /
tracking /
Delete
Unzip
Name
Size
Permission
Date
Action
index.twig
335
B
-rw-rw-rw-
2023-02-07 22:26
main.twig
5.98
KB
-rw-rw-rw-
2023-02-07 22:26
report_table.twig
1.03
KB
-rw-rw-rw-
2023-02-07 22:26
structure_snapshot_columns.twig
2.31
KB
-rw-rw-rw-
2023-02-07 22:26
structure_snapshot_indexes.twig
1.22
KB
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
<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>