Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
vendor
/
nikic
/
fast-route
/
test
/
File Content:
bootstrap.php
<?php require_once __DIR__ . '/../src/functions.php'; spl_autoload_register(function ($class) { if (strpos($class, 'FastRoute\\') === 0) { $dir = strcasecmp(substr($class, -4), 'Test') ? 'src/' : 'test/'; $name = substr($class, strlen('FastRoute')); require __DIR__ . '/../' . $dir . strtr($name, '\\', DIRECTORY_SEPARATOR) . '.php'; } });
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Dispatcher
---
0755
HackTypechecker
---
0755
RouteParser
---
0755
RouteCollectorTest.php
3372 bytes
0644
bootstrap.php
374 bytes
0644
N4ST4R_ID | Naxtarrr