X7ROOT File Manager
Current Path:
/opt/alt/php55/usr/share/pear/Symfony/Component/Locale
opt
/
alt
/
php55
/
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