⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.221
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
/
privileges
/
View File Name :
global_priv_table.twig
{% for key, table in priv_table %} <fieldset> <legend> <input type="checkbox" class="sub_checkall_box" id="checkall_{{ priv_table_names[key] }}_priv" title="{% trans 'Check all' %}" /> <label for="checkall_{{ priv_table_names[key] }}_priv">{{ priv_table_names[key] }}</label> </legend> {% for priv in table %} {% set checked = row[priv[0] ~ '_priv'] is defined and row[priv[0] ~ '_priv'] == 'Y' ? ' checked="checked"' %} {% set formatted_priv = ServerPrivileges_formatPrivilege(priv, true) %} {% include 'privileges/global_priv_tbl_item.twig' with { 'checked': checked, 'formatted_priv': formatted_priv, 'priv': priv } only %} {% endfor %} </fieldset> {% endfor %}