Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
platform360
/
vendor
/
nikic
/
fast-route
/
test
/
File Content:
bootstrap.php
<?php namespace { 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'; } }); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Dispatcher
---
0755
HackTypechecker
---
0755
RouteParser
---
0755
RouteCollectorTest.php
3048 bytes
0644
bootstrap.php
427 bytes
0644
N4ST4R_ID | Naxtarrr