{% extends "module/install/main.tpl.html" %} {% use "module/install/results.tpl.html" %} {% import 'main/macros.tpl.html' as macro %} {% block install %}
{{ block('results') }}
{{ macro.csrf_input() }}

Please enter the application url:

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 %}