One Hat Cyber Team
Your IP :
3.138.143.105
Server IP :
104.21.96.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
db.gftag.com
/
templates
/
table
/
insert
/
Edit File:
continue_insertion_form.twig
<form id="continueForm" method="post" action="{{ url('/table/replace') }}" name="continueForm"> {{ get_hidden_inputs(db, table) }} <input type="hidden" name="goto" value="{{ goto }}"> <input type="hidden" name="err_url" value="{{ err_url }}"> <input type="hidden" name="sql_query" value="{{ sql_query }}"> {% if has_where_clause %} {% for key_id, where_clause in where_clause_array %} <input type="hidden" name="where_clause[{{ key_id }}]" value=" {{- where_clause|trim }}"> {% endfor %} {% endif %} {% set insert_rows %} <input type="number" name="insert_rows" id="insert_rows" value=" {{- insert_rows_default }}" min="1"> {% endset %} {{ 'Continue insertion with %s rows'|trans|format(insert_rows)|raw }} </form>
Simpan