File Manager Lite
Dir:
/home/u540325668/domains/mkjsindia.org/public_html_old/vendor/sabberworm/php-css-parser/tests
Upload
[..]
Sabberworm/
Rename
Del
bootstrap.php (195 B)
Edit
Rename
Del
files/
Rename
Del
phpunit.xml (46 B)
Edit
Rename
Del
quickdump.php (438 B)
Edit
Rename
Del
Edit: bootstrap.php
<?php spl_autoload_register(function($class) { $file = __DIR__.'/../lib/'.strtr($class, '\\', '/').'.php'; if (file_exists($file)) { require $file; return true; } });
Simpan