X7ROOT File Manager
Current Path:
/opt/alt/php54/usr/share/pear/Symfony/Component/Process
opt
/
alt
/
php54
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Process
/
??
..
??
Exception
??
ExecutableFinder.php
(2.52 KB)
??
PhpExecutableFinder.php
(1.64 KB)
??
PhpProcess.php
(1.78 KB)
??
Process.php
(37.53 KB)
??
ProcessBuilder.php
(3.88 KB)
??
ProcessPipes.php
(9.98 KB)
??
ProcessUtils.php
(2.32 KB)
??
autoloader.php
(337 B)
Editing: autoloader.php
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\Process\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
Upload File
Create Folder