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
<table id="{{ table_id }}" class="table table-striped table-hover"> <thead> <tr> <th>{% trans %}#{% context %}Number{% endtrans %}</th> <th>{% trans 'Date' %}</th> <th>{% trans 'Username' %}</th> <th>{{ header_message }}</th> <th>{% trans 'Action' %}</th> </tr> </thead> <tbody> {% for entry in entries %} <tr class="noclick"> <td class="text-end"><small>{{ entry.line_number }}</small></td> <td><small>{{ entry.date }}</small></td> <td><small>{{ entry.username }}</small></td> <td>{{ entry.formated_statement|raw }}</td> <td class="text-nowrap"> <a class="delete_entry_anchor ajax" href="{{ url('/table/tracking') }}" data-post=" {{- entry.url_params|raw }}"> {{ drop_image_or_text|raw }} </a> </td> </tr> {% endfor %} </tbody> </table>