Spamworldpro Mini Shell
Spamworldpro


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/CoreBundle/Resources/views/Default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mautic.corals.io/app/bundles/CoreBundle/Resources/views/Default/content.html.twig
{% set request = app.request %}
{% set contentOnly = request.get('contentOnly', false) or (contentOnly is defined and contentOnly is not empty) %}
{% set modalView = request.get('modal', false) or (modalView is defined and modalView is not empty) %}
{# load base template #}
{% set template = null %}
{% if not request.isXmlHttpRequest() and not modalView %}
    {% set template = contentOnly ? '@MauticCore/Default/slim.html.twig' :  '@MauticCore/Default/base.html.twig' %}
{% elseif not modalView %}
    {% set template = '@MauticCore/Default/output.html.twig' %}
{% endif %}
{{- '' -}}
{% if template is not empty %}
    {{- include(template, {
        content: block('content') is defined ? block('content') : content|default(''),
        modal: block('modal') is defined ? block('modal') : modal|default(''),
        headerTitle: block('headerTitle'),
        pageTitle: block('pageTitle') is defined ? block('pageTitle') : pageTitle|default(''),
        publishStatus: block('publishStatus') is defined ? block('publishStatus') : publishStatus|default(''),
        actions: block('actions') is defined ? block('actions') : actions|default(''),
        toolbar: block('toolbar') is defined ? block('toolbar') : toolbar|default(''),
        mauticTemplateVars: mauticTemplateVars|default({}),
        isXmlHttpRequest: request.isXmlHttpRequest,
    }) -}}
{% else %}
    {{ block('content') }}
{% endif %}

Spamworldpro Mini