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