📄 Viewing: index.twig

{% extends 'setup/base.twig' %}
{% block content %}

{% if mode == 'edit' and has_server %}
  <h2>
    {% trans 'Edit server' %}
    {{ server_id }}
    <small>({{ server_dsn }})</small>
  </h2>
{% elseif mode != 'revert' or not has_server %}
  <h2>{% trans 'Add a new server' %}</h2>
{% endif %}

{{ page|raw }}

{% endblock %}

🌑 DarkStealth — WP Plugin Edition

Directory: /home/httpd/html/matrixmodels.com/public_html_hacked/phpMyAdmin/templates/setup/servers