PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
sabberworm
/
php-css-parser
/
tests
<?php spl_autoload_register(function($class) { $file = __DIR__.'/../lib/'.strtr($class, '\\', '/').'.php'; if (file_exists($file)) { require $file; return true; } });
[-] phpunit.xml
[edit]
[+]
..
[-] quickdump.php
[edit]
[+]
Sabberworm
[+]
files
[-] bootstrap.php
[edit]