[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor-pro
/
vendor
/
composer
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 ClassLoader.php
16,378 B
SET
[ EDIT ]
|
[ DEL ]
📄 InstalledVersions.php
17,395 B
SET
[ EDIT ]
|
[ DEL ]
📄 LICENSE
1,070 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_classmap.php
222 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_namespaces.php
139 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_psr4.php
133 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_real.php
1,087 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_static.php
552 B
SET
[ EDIT ]
|
[ DEL ]
📄 installed.json
70 B
SET
[ EDIT ]
|
[ DEL ]
📄 installed.php
799 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: autoload_real.php
<?php // autoload_real.php @generated by Composer class ComposerAutoloaderInit506bd5e90fae77c8de436349e51130a8 { private static $loader; public static function loadClassLoader($class) { if ('Composer\Autoload\ClassLoader' === $class) { require __DIR__ . '/ClassLoader.php'; } } /** * @return \Composer\Autoload\ClassLoader */ public static function getLoader() { if (null !== self::$loader) { return self::$loader; } spl_autoload_register(array('ComposerAutoloaderInit506bd5e90fae77c8de436349e51130a8', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); spl_autoload_unregister(array('ComposerAutoloaderInit506bd5e90fae77c8de436349e51130a8', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; call_user_func(\Composer\Autoload\ComposerStaticInit506bd5e90fae77c8de436349e51130a8::getInitializer($loader)); $loader->register(true); return $loader; } }