Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/xampp/phpMyAdmin/templates/setup/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/xampp/phpMyAdmin/templates/setup/error.twig
<div class="error">
  <h4>{% trans 'Warning' %}</h4>
  <p>{% trans 'Submitted form contains errors' %}</p>
  <p>
    <a href="{{ get_common(url_params|merge({'mode': 'revert'})) }}">
      {% trans 'Try to revert erroneous fields to their default values' %}
    </a>
  </p>
</div>

{{ errors|raw }}

<a class="btn" href="index.php{{ get_common() }}">
  {% trans 'Ignore errors' %}
</a>

<a class="btn" href="{{ get_common(url_params|merge({'mode': 'edit'})) }}">
  {% trans 'Show form' %}
</a>