![]() 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/ |
{% set headerTitle = 'Install' %} <!DOCTYPE html> <html lang="en"> {% do addAssetScript('app/bundles/InstallBundle/Assets/install/install.js') %} {{- include('@MauticCore/Default/head.html.twig') -}} <body> <!-- start: app-wrapper --> <section id="app-wrapper"> <div class="container"> <div class="row mt-20"> <div class="text-center"> <img src="{{ getOverridableUrl('images/mautic_logo_lb200.png') }}" height="50px" alt="Mautic" /> <h5 class="semibold text-muted mt-5">{{ slot('header', '') }}</h5> </div> <div class="mt-20 col-lg-6 col-lg-offset-3"> <div id="app-content" class="panel panel-default"> {{- include('@MauticCore/Notification/flashes.html.twig') -}} {{ block('content') }} </div> </div> </div> </div> </section> <!--/ end: app-content --> </body> </html>