WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
sabberworm
/
php-css-parser
/
tests
/
Name
Action
..
Sabberworm
bootstrap.php
Edit
files
phpunit.xml
Edit
quickdump.php
Edit
Editing: bootstrap.php
<?php spl_autoload_register(function($class) { $file = __DIR__.'/../lib/'.strtr($class, '\\', '/').'.php'; if (file_exists($file)) { require $file; return true; } });