Submit
Path:
~
/
/
opt
/
cloudlinux
/
alt-php53
/
root
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Locale
/
File Content:
autoloader.php
<?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; } });
Submit
FILE
FOLDER
Name
Size
Permission
Action
Exception
---
0755
Stub
---
0755
Locale.php
5279 bytes
0644
autoloader.php
336 bytes
0644
N4ST4R_ID | Naxtarrr