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/plugins/MauticTagManagerBundle/Config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/mautic.corals.io/plugins/MauticTagManagerBundle/Config/config.php
<?php

return [
    'name'        => 'Mautic tag manager bundle',
    'description' => 'Provides an interface for tags management.',
    'version'     => '1.0',
    'author'      => 'Leuchtfeuer',
    'routes'      => [
        'main' => [
            'mautic_tagmanager_batch_index_action' => [
                'path'       => '/tags/batch/view',
                'controller' => 'MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController::indexAction',
            ],
            'mautic_tagmanager_batch_set_action' => [
                'path'       => '/tags/batch/set',
                'controller' => 'MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController::execAction',
            ],
            'mautic_tagmanager_index' => [
                'path'       => '/tags/{page}',
                'controller' => 'MauticPlugin\MauticTagManagerBundle\Controller\TagController::indexAction',
            ],
            'mautic_tagmanager_action' => [
                'path'       => '/tags/{objectAction}/{objectId}',
                'controller' => 'MauticPlugin\MauticTagManagerBundle\Controller\TagController::executeAction',
            ],
        ],
    ],
    'services'    => [
        'integrations' => [
            'mautic.integration.tagmanager' => [
                'class'     => MauticPlugin\MauticTagManagerBundle\Integration\TagManagerIntegration::class,
                'arguments' => [
                    'event_dispatcher',
                    'mautic.helper.cache_storage',
                    'doctrine.orm.entity_manager',
                    'session',
                    'request_stack',
                    'router',
                    'translator',
                    'logger',
                    'mautic.helper.encryption',
                    'mautic.lead.model.lead',
                    'mautic.lead.model.company',
                    'mautic.helper.paths',
                    'mautic.core.model.notification',
                    'mautic.lead.model.field',
                    'mautic.plugin.model.integration_entity',
                    'mautic.lead.model.dnc',
                ],
            ],
        ],
    ],
    'menu' => [
        'main' => [
            'tagmanager.menu.index' => [
                'id'        => 'mautic_tagmanager_index',
                'route'     => 'mautic_tagmanager_index',
                'access'    => 'tagManager:tagManager:view',
                'iconClass' => 'ri-hashtag',
                'priority'  => 1,
            ],
        ],
    ],
];

Spamworldpro Mini