One Hat Cyber Team
Your IP :
108.162.216.16
Server IP :
188.114.97.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpMyAdmin
/
templates
/
navigation
/
tree
/
Edit File:
database_select.twig
{{ quick_warp|raw }} <div id="pma_navigation_select_database"> {{ list_navigator|raw }} <div id="pma_navigation_db_select"> <form action="{{ database_url }}" method="get"> {{ get_hidden_fields({'server': server}) }} <select name="db" class="hide" id="navi_db_select" aria-label="{% trans 'Databases' %}"> {% 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>
Simpan