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 [ 'router' => [ 'routes' => [ 'literal' => [ 'type' => 'Literal', 'options' => [ 'route' => '/', 'defaults' => [ 'controller' => \Magento\Setup\Controller\Index::class, 'action' => 'index', ], ], ], 'setup' => [ 'type' => 'Segment', 'options' => [ 'route' => '[/:controller[/:action]]', 'defaults' => [ '__NAMESPACE__' => 'Magento\Setup\Controller', 'controller' => 'Index', 'action' => 'index', ], 'constraints' => [ 'controller' => '[a-zA-Z][a-zA-Z0-9_-]*', 'action' => '[a-zA-Z][a-zA-Z0-9_-]*', ], ], ], ], ], ];