⚝
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
/
table
/
partition
/
View File Name :
check.twig
<div class="container-fluid"> <h2>{% trans 'Check partition' %}</h2> {{ message|raw }} {% for name, table in rows %} <div class="card mb-3"> <div class="card-header">{{ name }} ({{ partition_name }})</div> <ul class="list-group list-group-flush"> {% for row in table %} <li class="list-group-item"> {% if row.Op|lower != 'check' %} <span class="badge badge-secondary">{{ row.Op|title }}</span> {% endif %} {% set badge_variation %} {%- if row.Msg_type|lower == 'error' -%} badge-danger {%- elseif row.Msg_type|lower == 'warning' -%} badge-warning {%- elseif row.Msg_type|lower == 'info' or row.Msg_type|lower == 'note' -%} badge-info {%- else -%} badge-secondary {%- endif -%} {% endset %} <span class="badge {{ badge_variation }}">{{ row.Msg_type|title }}</span> {{ row.Msg_text }} </li> {% endfor %} </ul> </div> {% endfor %} </div>