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 /
database /
structure /
Delete
Unzip
Name
Size
Permission
Date
Action
add_prefix.twig
425
B
-rw-rw-rw-
2023-02-07 22:26
body_for_table_summary.twig
3.37
KB
-rw-rw-rw-
2023-02-07 22:26
bulk_action_modal.twig
802
B
-rw-rw-rw-
2023-02-07 22:26
change_prefix_form.twig
488
B
-rw-rw-rw-
2023-02-07 22:26
check_all_tables.twig
3.75
KB
-rw-rw-rw-
2023-02-07 22:26
collation_definition.twig
48
B
-rw-rw-rw-
2023-02-07 22:26
copy_form.twig
1.78
KB
-rw-rw-rw-
2023-02-07 22:26
drop_form.twig
941
B
-rw-rw-rw-
2023-02-07 22:26
empty_form.twig
962
B
-rw-rw-rw-
2023-02-07 22:26
favorite_anchor.twig
383
B
-rw-rw-rw-
2023-02-07 22:26
index.twig
873
B
-rw-rw-rw-
2023-02-07 22:26
overhead.twig
182
B
-rw-rw-rw-
2023-02-07 22:26
show_create.twig
1.28
KB
-rw-rw-rw-
2023-02-07 22:26
structure_table_row.twig
8.35
KB
-rw-rw-rw-
2023-02-07 22:26
table_header.twig
3.47
KB
-rw-rw-rw-
2023-02-07 22:26
tracking_icon.twig
261
B
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
<div class="show_create_results"> <h2>{% trans 'Showing create queries' %}</h2> {% if tables.tables is not empty %} <fieldset class="pma-fieldset"> <legend>{% trans 'Tables' %}</legend> <table class="table table-striped show_create"> <thead> <tr> <th>{% trans 'Table' %}</th> <th>{% trans 'Create table' %}</th> </tr> </thead> <tbody> {% for table in tables.tables %} <tr> <td><strong>{{ table.name|raw }}</strong></td> <td>{{ table.show_create|raw }}</td> </tr> {% endfor %} </tbody> </table> </fieldset> {% endif %} {% if tables.views is not empty %} <fieldset class="pma-fieldset"> <legend>{% trans 'Views' %}</legend> <table class="table table-striped show_create"> <thead> <tr> <th>{% trans 'View' %}</th> <th>{% trans 'Create view' %}</th> </tr> </thead> <tbody> {% for view in tables.views %} <tr> <td><strong>{{ view.name }}</strong></td> <td>{{ view.show_create|raw }}</td> </tr> {% endfor %} </tbody> </table> </fieldset> {% endif %} </div>