HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/magento/setup/view/layout/layout.phtml
<?php
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
?>
<?php echo $this->doctype(); ?>
<!--[if IE 9]>
<html class="ie9" lang="en" ng-app="magentoSetup"><![endif]-->
<!--[if !IE]><!-->
<html lang="en" ng-app="magentoSetup">
<!--<![endif]-->
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{{$state.current.title}}</title>
    <?php echo $this->headLink()
        ->appendStylesheet($this->basePath() . '/pub/styles/setup.css');
    ?>
    <?php echo $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')
        ->appendFile($this->basePath() . '/pub/magento/setup/component-grid.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/readiness-check.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/add-database.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/web-configuration.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/customize-your-store.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/create-admin-account.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/install.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/success.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/create-backup.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/complete-backup.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/data-option.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/start-updater.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/updater-success.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/select-version.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/home.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/auth-dialog.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/system-config.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/marketplace-credentials.js')
        ->appendFile($this->basePath() . '/pub/magento/setup/install-extension-grid.js');
    ?>
    <link
        rel="icon"
        type="image/x-icon"
        href="<?php echo $this->basePath() ?>/pub/images/favicon/favicon.ico"
        sizes="16x16">
    <link
        rel="icon"
        type="image/png"
        href="<?php echo $this->basePath() ?>/pub/images/favicon/favicon-96x96.png"
        sizes="96x96">
    <link
        rel="icon"
        type="image/png"
        href="<?php echo $this->basePath() ?>/pub/images/favicon/favicon-32x32.png"
        sizes="32x32">
    <link
        rel="icon"
        type="image/png"
        href="<?php echo $this->basePath() ?>/pub/images/favicon/favicon-16x16.png"
        sizes="16x16">
    <?php echo $this->inlineScript() ?>
    <style>
        a.white-space-pre-line {
            white-space: pre-line;
        }
    </style>
</head>
<body>
<?php echo $this->content; ?>
</body>
</html>