X7ROOT File Manager
Current Path:
/opt/alt/php55/usr/share/pear/Symfony/Component/Config
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Config
/
??
..
??
ConfigCache.php
(2.74 KB)
??
Definition
??
Exception
??
FileLocator.php
(2.75 KB)
??
FileLocatorInterface.php
(876 B)
??
Loader
??
Resource
??
Util
??
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\\Config\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
Upload File
Create Folder