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
/
console
/
Edit File:
bookmark_content.twig
<div class="message welcome"> <span>{{ welcome_message }}</span> </div> {% for bookmark in bookmarks %} <div class="message collapsed bookmark" bookmarkid="{{ bookmark.getId() }}" targetdb="{{ bookmark.getDatabase() }}"> {% include 'console/query_action.twig' with { 'parent_div_classes': 'action_content', 'content_array': [ ['action collapse', 'Collapse'|trans], ['action expand', 'Expand'|trans], ['action requery', 'Requery'|trans], ['action edit_bookmark', 'Edit'|trans], ['action delete_bookmark', 'Delete'|trans], {0: 'text targetdb', 1: 'Database'|trans, 'extraSpan': bookmark.getDatabase()} ] } only %} <span class="bookmark_label{{ bookmark.getUser() is empty ? ' shared' }}"> {{ bookmark.getLabel() }} </span> <span class="query"> {{ bookmark.getQuery() }} </span> </div> {% endfor %}
Simpan