Your IP : 216.73.216.139


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/setup/config/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/setup/config/module.config.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

return [
    'view_manager' => [
        'display_not_found_reason' => false,
        'display_exceptions'       => false,
        'doctype'                  => 'HTML5',
        'template_path_stack' => [
            'setup' => __DIR__ . '/../view',
        ],
    ]
];