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/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/xampp/phpMyAdmin/templates/footer.twig
{% if not is_ajax %}
  </div>
{% endif %}
{% if not is_ajax and not is_minimal %}
  {{ self_link|raw }}

  <div class="clearfloat" id="pma_errors">
    {{ error_messages|raw }}
  </div>

  {{ scripts|raw }}

  {% if is_demo %}
    <div id="pma_demo">
      {{ demo_message|raw }}
    </div>
  {% endif %}

  {{ footer|raw }}
{% endif %}
{% if not is_ajax %}
  </body>
</html>
{% endif %}