⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.25
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
navigation
/
tree
/
View File Name :
database_select.twig
{{ quick_warp|raw }} <div id="pma_navigation_select_database"> {{ list_navigator|raw }} <div id="pma_navigation_db_select"> <form action="{{ url('/') }}"> {{ get_hidden_fields({'server': server}) }} <select name="db" class="hide" id="navi_db_select"> <option value="" dir="{{ text_dir }}">{% trans 'Databases' %}…</option> {% for option in options %} <option value="{{ option.name }}" title="{{ option.title }}" data-apath="{{ option.data.apath }}" data-vpath="{{ option.data.vpath }}" data-pos="{{ option.data.pos }}" {{ option.isSelected ? " selected" : "" }}> {{- option.name -}} </option> {% endfor %} </select> </form> </div> </div> <div id="pma_navigation_tree_content"> <ul> {{ nodes|raw }} </ul> </div>