![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/app/bundles/InstallBundle/Resources/views/Install/ |
{# @copyright 2014 Mautic Contributors. All rights reserved @author Mautic @link http://mautic.org @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html #} {% if 'index' == tmpl %} {% extends '@MauticInstall/Install/content.html.twig' %} {% endif %} {% block content %} <div class="panel-heading"> <h2 class="panel-title"> {{ 'mautic.install.heading.final'|trans }} </h2> </div> <div class="panel-body text-center"> <div><i class="ri-check-line fa-5x mb-20 text-success"></i></div> <h4 class="mb-3">{{ 'mautic.install.heading.finished'|trans }}</h4> <h5>{{ 'mautic.install.heading.configured'|trans|raw }}</h5> {% if welcome_url %} <a href="{{ welcome_url }}" role="button" class="btn btn-primary mt-20"> {{ 'mautic.install.sentence.proceed.to.mautic'|trans }} </a> {% endif %} </div> {% endblock %}