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
/
..
/
dev
/
..
/
9da53
/
view.tar
/
/
styles/lib/variables/_buttons.less000077700000000730151323550250013342 0ustar00// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // // Buttons // --------------------------------------------- // Sizes @btn__base__font-size: 1.6rem; @btn__base__padding-top: .45em; @btn__base__padding-bottom: @btn__base__padding-top; @btn__height__base: @btn__base__font-size * @base__line-height + @btn__base__font-size * @btn__base__padding-top + @btn__base__font-size * @btn__base__padding-bottom; styles/lib/variables/_colors.less000077700000002071151323550250013145 0ustar00// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // // Colors // --------------------------------------------- @color-brownie: #514943; @color-brownie-light: #676056; @color-gray65: #a6a6a6; @color-gray68: #adadad; @color-gray75: #bfbfbf; @color-gray80: #ccc; @color-gray82: #d1d1d1; @color-gray83: #d4d4d4; @color-gray84: #d6d6d6; @color-gray85: #d9d9d9; @color-gray98: #fafafa; @color-lazy-sun: #fffbbb; @color-blue-dodger: #008bdb; @color-blue-pure: #007bdb; @color-green-apple: #79a22e; @color-green-islamic: #090; @color-dark-brownie: #41362f; @color-brown-darker: #41362f; @color-phoenix-down: #e04f00; @color-phoenix: #eb5202; @color-phoenix-almost-rise: #ef672f; @color-phoenix-rise: #f65405; @color-tomato-brick: #e22626; @color-strawberry-milkshake: #ee7d7d; @color-cyan-light: #e0f6fe; @color-pink: #fcc; // Nesting colors @color-prime: @color-phoenix; @color-tertiary: @color-brownie; @color-success: @color-green-apple; @color-warning: @color-phoenix-almost-rise; @color-failed: @color-tomato-brick; styles/lib/variables/.htaccess000077700000000177151323550250012420 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>styles/lib/variables/_typography.less000077700000000300151323550250014043 0ustar00// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ @base__color: @color-gray19; @base__font-size: 1.4rem; @base__line-height: 1.4; styles/lib/.htaccess000077700000000177151323550250010450 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>styles/.htaccess000077700000000177151323550250007702 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>layout/layout.phtml000077700000004173151323550250010461 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // @codingStandardsIgnoreFile ?> <?= $this->doctype() ?> <!--[if !IE]><!--> <html lang="en" ng-app="magento"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{$state.current.title}}</title> <?= $this->headLink() ->appendStylesheet($this->basePath() . '/pub/styles/setup.css'); ?> <?= $this->headScript() ->appendFile($this->basePath() . '/pub/angular/angular.min.js') ->appendFile($this->basePath() . '/pub/angular-ng-storage/angular-ng-storage.min.js') ->appendFile($this->basePath() . '/pub/angular-ng-dialog/angular-ng-dialog.min.js') ->appendFile($this->basePath() . '/pub/angular-clickout/angular-clickout.min.js') ->appendFile($this->basePath() . '/pub/angular-ui-router/angular-ui-router.min.js') ->appendFile($this->basePath() . '/pub/angular-ui-bootstrap/angular-ui-bootstrap.min.js') ->appendFile($this->basePath() . '/pub/angular-sanitize/angular-sanitize.min.js') ->appendFile($this->basePath() . '/pub/magento/setup/app.js') ->appendFile($this->basePath() . '/pub/magento/setup/main.js') ->appendFile($this->basePath() . '/pub/magento/setup/landing.js') ?> <link rel="icon" type="image/x-icon" href="<?= $this->basePath() ?>/pub/images/favicon/favicon.ico" sizes="16x16"> <link rel="icon" type="image/png" href="<?= $this->basePath() ?>/pub/images/favicon/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="<?= $this->basePath() ?>/pub/images/favicon/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="<?= $this->basePath() ?>/pub/images/favicon/favicon-16x16.png" sizes="16x16"> <?= $this->inlineScript() ?> <style> a.white-space-pre-line { white-space: pre-line; } </style> </head> <body> <?= $this->content ?> </body> </html> layout/.htaccess000077700000000177151323550250007674 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>.htaccess000077700000000177151323550250006357 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>magento/setup/navigation/menu.phtml000077700000001301151323550250013512 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // @codingStandardsIgnoreFile ?> <nav ng-controller="navigationController" id="menu" class="nav ng-scope show" ng-hide="$state.current.noMenu || $state.current.main || $state.current.default"> <ul class="nav-bar"> <li ng-repeat="menuState in menu | filter: {type: $state.current.type}:true" ng-class="{active: $state.includes(menuState.id), disabled: itemStatus(menuState.order)}"> <a class="white-space-pre-line" ui-sref="{{menuState.id}}" href="{{menuState.url}}">{{menuState.title}}</a> </li> </ul> </nav> magento/setup/navigation/.htaccess000077700000000177151323550250013310 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>magento/setup/license.phtml000077700000001230151323550250012032 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // @codingStandardsIgnoreFile ?> <div class="row page-license"> <div class="col-m-offset-2 col-m-8 col-xs-12"> <div class="license-text"> <?= nl2br(htmlspecialchars($this->license, ENT_COMPAT, 'UTF-8')) ?> </div> <div class="page-license-footer"> <div class="btn-wrap-triangle-left"> <button type="button" class="btn" ng-click="nextState()" >Go Back</button> </div> </div> </div> </div> magento/setup/.htaccess000077700000000177151323550250011151 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>magento/setup/index.phtml000077700000001010151323550250011513 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // phpcs:disable Magento2.Templates.ThisInTemplate ?> <div class="container"> <main id="anchor-content" class="page-content"> <?= /* @noEscape */ $this->render('navigation/menu.phtml') ?> <div id="main" ng-controller="mainController" > <div ui-view="root"> <div ui-view></div> </div> </div> </main> </div> magento/setup/landing.phtml000077700000001364151323550250012034 0ustar00<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // @codingStandardsIgnoreFile ?> <section class="page-landing"> <img class="logo" src="<?= $this->basePath() ?>/pub/images/magento-logo.svg" alt="Magento"/> <p class="text-version"> <?= 'Version' . ' ' . $this->version ?> </p> <p class="text-welcome"> Welcome to Magento Admin, your online store headquarters. <br> Please review <a href="" ng-click="previousState()">Terms & Agreement</a> and read <a href="https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli.html" target="_blank">Getting Started</a> to learn how to install Magento using the command line. </p> </section> magento/.htaccess000077700000000177151323550250010011 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>
/var/www/html/dhandapani/a8fc6/../dev/../9da53/view.tar