Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
phpmyadmin /
templates /
table /
structure /
Delete
Unzip
Name
Size
Permission
Date
Action
display_partitions.twig
10.05
KB
-rw-r--r--
2023-02-07 21:35
display_structure.twig
32.21
KB
-rw-r--r--
2023-02-07 21:35
display_table_stats.twig
7.41
KB
-rw-r--r--
2023-02-07 21:35
drop_confirm.twig
826
B
-rw-r--r--
2023-02-07 21:35
partition_definition_form.twig
576
B
-rw-r--r--
2023-02-07 21:35
primary.twig
931
B
-rw-r--r--
2023-02-07 21:35
Save
Rename
<form action="{{ url('/table/structure/drop') }}" method="post" class="disableAjax"> {{ get_hidden_inputs({'db': db, 'table': table, 'selected': fields}) }} <fieldset class="pma-fieldset confirmation"> <legend> {% trans 'Do you really want to execute the following query?' %} </legend> <code> ALTER TABLE {{ backquote(table) }}<br> {% for field in fields %} DROP {{ backquote(field) }} {%- if loop.last %};{% else %},<br>{% endif %} {% endfor %} </code> </fieldset> <fieldset class="pma-fieldset tblFooters"> <input id="buttonYes" class="btn btn-secondary" type="submit" name="mult_btn" value="{% trans 'Yes' %}"> <input id="buttonNo" class="btn btn-secondary" type="submit" name="mult_btn" value="{% trans 'No' %}"> </fieldset> </form>