403Webshell
Server IP : 34.87.99.72  /  Your IP : 216.73.217.31
Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n
System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64
User : bitnami ( 1000)
PHP Version : 7.4.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /opt/bitnami/phpmyadmin/templates/menu/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/bitnami/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) }}">
        {% 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}) }}">
          {% 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}) }}">
            {% 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