403Webshell
Server IP : 51.89.169.208  /  Your IP : 18.226.181.36
Web Server : Apache
System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : yellowleaf ( 1019)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/yellowleaf/www/phpMyAdmin/templates/database/structure/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yellowleaf/www/phpMyAdmin/templates/database/structure/show_create.twig
<div class="show_create_results">
  <h2>{% trans 'Showing create queries' %}</h2>

  {% if tables.tables is not empty %}
    <fieldset class="pma-fieldset">
      <legend>{% trans 'Tables' %}</legend>
      <table class="table table-striped show_create">
        <thead>
          <tr>
            <th>{% trans 'Table' %}</th>
            <th>{% trans 'Create table' %}</th>
          </tr>
        </thead>
        <tbody>
          {% for table in tables.tables %}
            <tr>
              <td><strong>{{ table.name|raw }}</strong></td>
              <td>{{ table.show_create|raw }}</td>
            </tr>
          {% endfor %}
        </tbody>
      </table>
    </fieldset>
  {% endif %}

  {% if tables.views is not empty %}
    <fieldset class="pma-fieldset">
      <legend>{% trans 'Views' %}</legend>
      <table class="table table-striped show_create">
        <thead>
          <tr>
            <th>{% trans 'View' %}</th>
            <th>{% trans 'Create view' %}</th>
          </tr>
        </thead>
        <tbody>
          {% for view in tables.views %}
            <tr>
              <td><strong>{{ view.name }}</strong></td>
              <td>{{ view.show_create|raw }}</td>
            </tr>
          {% endfor %}
        </tbody>
      </table>
    </fieldset>
  {% endif %}
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit