Linux host2.homegym.sg 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
Apache
Server IP : 159.223.38.192 & Your IP : 159.223.38.192
Domains : 20 Domain
User : eachadea
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
home /
eachadea /
public_html /
m2 /
setup /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
autoload
[ DIR ]
drwxr-xr-x
2023-01-06 06:58
.htaccess
126
B
-rw-r--r--
2023-01-06 06:58
application.config.php
1001
B
-rw-r--r--
2023-01-06 06:58
di.config.php
1.41
KB
-rw-r--r--
2023-01-06 06:58
languages.config.php
140
B
-rw-r--r--
2023-01-06 06:58
module.config.php
917
B
-rw-r--r--
2023-01-06 06:58
router.config.php
1.13
KB
-rw-r--r--
2023-01-06 06:58
states.install.config.php
1.11
KB
-rw-r--r--
2023-01-06 06:58
Save
Rename
<?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', ], 'strategies' => ['ViewJsonStrategy'], ], 'translator' => [ 'translation_file_patterns' => [ [ 'type' => 'gettext', 'base_dir' => __DIR__ . '/../lang', 'pattern' => '%s.mo', ], ], ], 'service_manager' => [ 'aliases' => [ 'translator' => 'MvcTranslator' ] ], 'controllers' => [ 'abstract_factories' => [ \Zend\Mvc\Controller\LazyControllerAbstractFactory::class, ], ], ];