uawdijnntqw1x1x1
IP : 216.73.216.136
Hostname : dhandapanilive
Kernel : Linux dhandapanilive 5.15.0-139-generic #149~20.04.1-Ubuntu SMP Wed Apr 16 08:29:56 UTC 2025 x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
OS : Linux
PATH:
/
var
/
www
/
html
/
dhandapani
/
a8fc6
/
..
/
setup
/
..
/
eccbd
/
config.tar
/
/
languages.config.php000077700000000214151323564310010476 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ return [ 'languages' => [] ]; router.config.php000077700000002203151323564310010050 0ustar00<?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_-]*', ], ], ], ], ], ]; di.config.php000077700000002647151323564310007140 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ use Laminas\EventManager\EventManagerInterface; use Laminas\ServiceManager\ServiceLocatorInterface; use Laminas\ServiceManager\ServiceManager; use Magento\Framework\Component\ComponentRegistrar; use Magento\Framework\Component\ComponentRegistrarInterface; use Magento\Framework\DB\Logger\Quiet; use Magento\Framework\DB\LoggerInterface; use Magento\Framework\Filesystem\DriverInterface; use Magento\Framework\Locale\Config; use Magento\Framework\Locale\ConfigInterface; use Magento\Framework\Setup\Declaration\Schema\SchemaConfig; return [ 'di' => [ 'instance' => [ 'preference' => [ EventManagerInterface::class => 'EventManager', ServiceLocatorInterface::class => ServiceManager::class, LoggerInterface::class => Quiet::class, ConfigInterface::class => Config::class, DriverInterface::class => \Magento\Framework\Filesystem\Driver\File::class, ComponentRegistrarInterface::class => ComponentRegistrar::class, ], SchemaConfig::class => [ 'parameters' => [ 'connectionScopes' => [ 'default', 'checkout', 'sales' ] ] ], ], ], ]; application.config.php000077700000001751151323564310011042 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ use Magento\Setup\Mvc\Bootstrap\InitParamListener; use Laminas\Mvc\Service\DiAbstractServiceFactoryFactory; use Laminas\ServiceManager\Di\DiAbstractServiceFactory; return [ 'modules' => [ 'Magento\Setup', ], 'module_listener_options' => [ 'module_paths' => [ __DIR__ . '/../src', ], 'config_glob_paths' => [ __DIR__ . '/autoload/{,*.}{global,local}.php', ], ], 'listeners' => [ InitParamListener::class ], 'service_manager' => [ 'factories' => [ DiAbstractServiceFactory::class => DiAbstractServiceFactoryFactory::class, InitParamListener::BOOTSTRAP_PARAM => InitParamListener::class, ], ], // list of Magento specific required services, like default abstract factory 'required_services' => [ DiAbstractServiceFactory::class ] ]; module.config.php000077700000001625151323564310010024 0ustar00<?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, ], ], ]; .htaccess000077700000000177151323564310006361 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>autoload/.htaccess000077700000000177151323564310010171 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>autoload/global.php000077700000001031151323564310010332 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ use Magento\Framework\App\Bootstrap; use Magento\Framework\App\Filesystem\DirectoryList; use Magento\Setup\Mvc\Bootstrap\InitParamListener; return [ InitParamListener::BOOTSTRAP_PARAM => array_merge( $_SERVER, [ Bootstrap::INIT_PARAM_FILESYSTEM_DIR_PATHS => [ DirectoryList::ROOT => [ DirectoryList::PATH => BP ] ] ] ) ]; states.install.config.php000077700000002155151323564310011506 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ //phpcs:ignore $base = basename($_SERVER['SCRIPT_FILENAME']); return [ 'navLandingTitles' => [ 'install' => 'Magento', ], 'navLanding' => [ [ 'id' => 'root', 'step' => 0, 'views' => ['root' => []], ], [ 'id' => 'root.license', 'url' => 'license', 'templateUrl' => "$base/license", 'title' => 'License', 'main' => true, 'nav' => false, 'order' => -1, 'type' => 'install' ], [ 'id' => 'root.landing', 'url' => 'landing', 'templateUrl' => "$base/landing", 'title' => 'Magento', 'controller' => 'landingController', 'main' => true, 'default' => true, 'order' => 0, 'type' => 'install' ], ], ];
/var/www/html/dhandapani/a8fc6/../setup/../eccbd/config.tar