HEX
Server: Apache
System: Linux webm013.cluster123.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: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/lesanew/anestetues2/vendor/roots/acorn/bin/acorn
#!/usr/bin/env php
<?php

define('USING_ACORN_CLI', true);

(static function () {
    if (!is_file($autoloadPath = dirname(__DIR__, 4) . '/vendor/autoload.php')) {
        $autoloadPath = dirname(__DIR__) . '/vendor/autoload.php';
    }

    if (filter_input(INPUT_ENV, 'APPLICATION_PATH')) {
        $autoloadPath = filter_input(INPUT_ENV, 'APPLICATION_PATH') . '/vendor/autoload.php';
    }

    require_once $autoloadPath;

    $composerPath = (new Roots\Acorn\Filesystem\Filesystem)->closest(dirname($autoloadPath, 2), 'composer.json');

    $rootPath = dirname($composerPath);

    $composer = json_decode(file_get_contents($composerPath), true);

    define('WP_USE_THEMES', false);

    require_once "{$rootPath}/{$composer['extra']['wordpress-install-dir']}/wp-blog-header.php";

    Roots\Acorn\Application::configure()->boot();
})();