⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
cwpsrv
/
var
/
services
/
pma
/
templates
/
sql
/
View File Name :
bookmark.twig
<form action="{{ url('/sql') }}" method="post" class="bookmarkQueryForm print_ignore" onsubmit="return ! Functions.emptyCheckTheField(this, 'bkm_fields[bkm_label]');"> {{ get_hidden_inputs() }} <input type="hidden" name="db" value="{{ db }}"> <input type="hidden" name="goto" value="{{ goto }}"> <input type="hidden" name="bkm_fields[bkm_database]" value="{{ db }}"> <input type="hidden" name="bkm_fields[bkm_user]" value="{{ user }}"> <input type="hidden" name="bkm_fields[bkm_sql_query]" value="{{ sql_query }}"> <fieldset> <legend> {{ get_icon('b_bookmark', 'Bookmark this SQL query'|trans, true) }} </legend> <div class="formelement"> <label> {% trans 'Label:' %} <input type="text" name="bkm_fields[bkm_label]" value=""> </label> </div> <div class="formelement"> <label> <input type="checkbox" name="bkm_all_users" value="true"> {% trans 'Let every user access this bookmark' %} </label> </div> <div class="clearfloat"></div> </fieldset> <fieldset class="tblFooters"> <input type="hidden" name="store_bkm" value="1"> <input class="btn btn-secondary" type="submit" value="{% trans 'Bookmark this SQL query' %}"> </fieldset> </form>