{% extends "module/install/main.tpl.html" %} {% use "module/install/results.tpl.html" %} {% block install %}
{{ block('results') }}

Please enter your database info:

{% if include_config_new_copy %}

Your config file:

Unable to save your configuration.

Your database information is valid, however we are unable to create the configuration file automatically. Please create a new file in the project directory called "config.php" and copy the information below.

After you have copied the configuration, press the button to continue.

{% endif %}
{% endblock %}