One Hat Cyber Team
Your IP :
18.191.186.124
Server IP :
104.21.32.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
db.gftag.com
/
templates
/
server
/
engines
/
View File Name :
index.twig
<div class="container-fluid"> <div class="row"> <h2> {{ get_image('b_engine') }} {% trans 'Storage engines' %} </h2> </div> <div class="table-responsive"> <table class="table table-striped table-hover w-auto"> <thead> <tr> <th scope="col">{% trans 'Storage Engine' %}</th> <th scope="col">{% trans 'Description' %}</th> </tr> </thead> <tbody> {% for engine, details in engines %} <tr class=" {{- details['Support'] == 'NO' or details['Support'] == 'DISABLED' ? ' disabled' }} {{ details['Support'] == 'DEFAULT' ? ' marked' }}"> <td> <a rel="newpage" href="{{ url('/server/engines/' ~ engine) }}"> {{ details['Engine'] }} </a> </td> <td>{{ details['Comment'] }}</td> </tr> {% endfor %} </tbody> </table> </div> </div>