X7ROOT File Manager
Current Path:
/opt/alt/php53/usr/share/pear/Symfony/Component/Locale
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Locale
/
ðŸ“
..
ðŸ“
Exception
📄
Locale.php
(5.16 KB)
ðŸ“
Stub
📄
autoloader.php
(336 B)
Editing: 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; } });
Upload File
Create Folder