/
opt
/
alt
/
php54
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Filesystem
/
/opt/alt/php54/usr/share/pear/Symfony/Component/Filesystem
mkdir
upload
Name
Size
Mode
Actions
Exception/
-
0755
rm
autoloader.php
340
0644
edit
dl
rm
Filesystem.php
18194
0644
edit
dl
rm
Edit:
/opt/alt/php54/usr/share/pear/Symfony/Component/Filesystem/autoloader.php
(340B)
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\Filesystem\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
Save
cmd:
run