404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.59.84.174: ~ $
<?php

/**
 * Find the auto loader file
 */
$files = [
    __DIR__ . '/../vendor/autoload.php',
    __DIR__ . '/../../vendor/autoload.php',
    __DIR__ . '/../../../vendor/autoload.php',
    __DIR__ . '/../../../../vendor/autoload.php',
];

foreach ($files as $file) {
    if (file_exists($file)) {
        $loader = require $file;
        $loader->addPsr4('Ratchet\\RFC6455\\Test\\', __DIR__);
        break;
    }
}

Filemanager

Name Type Size Permission Actions
ab Folder 0755
unit Folder 0755
AbResultsTest.php File 1.01 KB 0644
bootstrap.php File 418 B 0644