One Hat Cyber Team
Your IP :
108.162.241.37
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
/
database
/
qbe
/
View File Name :
index.twig
<ul class="nav nav-pills m-2"> <li class="nav-item"> <a class="nav-link disableAjax" href="{{ url('/database/multi-table-query', url_params) }}"> {% trans 'Multi-table query' %} </a> </li> <li class="nav-item"> <a class="nav-link active disableAjax" href="{{ url('/database/qbe', url_params) }}"> {% trans 'Query by example' %} </a> </li> </ul> {% apply format('<a href="' ~ url('/database/designer', url_params|merge({query: true})) ~ '">', '</a>')|notice %} {% trans 'Switch to %svisual builder%s' %} {% endapply %} {% if has_message_to_display %} {{ 'You have to choose at least one column to display!'|trans|error }} {% endif %} {{ selection_form_html|raw }}