One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
phpMyAdmin
/
templates
/
server
/
collations
/
Edit File:
index.twig
<h2> {{ get_image('s_asci') }} {% trans 'Character sets and collations' %} </h2> <div id="div_mysql_charset_collations"> <table class="data noclick"> <thead> <tr> <th id="collationHeader">{% trans 'Collation' %}</th> <th>{% trans 'Description' %}</th> </tr> </thead> {% for charset in charsets %} <tr> <th colspan="2" class="right"> {{ charset.name }} {% if charset.description is not empty %} (<em>{{ charset.description }}</em>) {% endif %} </th> </tr> {% for collation in charset.collations %} <tr{{ collation.is_default ? ' class="marked"' }}> <td>{{ collation.name }}</td> <td>{{ collation.description }}</td> </tr> {% endfor %} {% endfor %} </table> </div>
Simpan