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