Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
vendor
/
ratchet
/
rfc6455
/
tests
/
File Content:
bootstrap.php
<?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; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
ab
---
0755
unit
---
0755
AbResultsTest.php
1096 bytes
0644
bootstrap.php
418 bytes
0644
N4ST4R_ID | Naxtarrr