Submit
Path:
~
/
/
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
Symfony
/
Component
/
CssSelector
/
File Content:
autoloader.php
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\CssSelector\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
Exception
---
0755
Node
---
0755
Parser
---
0755
XPath
---
0755
CssSelector.php
2309 bytes
0644
autoloader.php
341 bytes
0644
N4ST4R_ID | Naxtarrr