HEX
Server: Apache/2.2.22
System: Linux server1.blueharbor.com 3.10.0-1160.90.1.vz7.200.7 #1 SMP Wed Jul 12 12:00:44 MSK 2023 x86_64
User: locglobe (1004)
PHP: 5.6.37
Disabled: NONE
Upload Files
File: //usr/local/cwpsrv/var/services/pma/templates/setup/config/index.twig
{% extends 'setup/base.twig' %}
{% block content %}

<h2>{% trans 'Configuration file' %}</h2>

{{ form_top_html|raw }}

<input type="hidden" name="eol" value="{{ eol }}">

{{ fieldset_top_html|raw }}

<tr>
  <td>
    <textarea cols="50" rows="20" name="textconfig" id="textconfig" spellcheck="false">
      {{- config -}}
    </textarea>
  </td>
</tr>

<tr>
  <td class="lastrow left">
    <input class="green" type="submit" name="submit_download" value="{% trans 'Download' %}">
  </td>
</tr>

{{ form_bottom_html|raw }}
{{ fieldset_bottom_html|raw }}

{% endblock %}