Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.147.80.203
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
phpmyadmin /
templates /
server /
engines /
Delete
Unzip
Name
Size
Permission
Date
Action
index.twig
978
B
-rw-r--r--
2021-06-04 04:20
show.twig
1.19
KB
-rw-r--r--
2021-06-04 04:20
Save
Rename
<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-light table-striped table-hover w-auto"> <thead class="thead-light"> <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>