/home/desid573/public_html/tollster/vendor/composer
NameSizeModeActions
autoload_classmap.php3090644editdlrm
autoload_files.php5560644editdlrm
autoload_namespaces.php2710644editdlrm
autoload_psr4.php8370644editdlrm
autoload_real.php24140644editdlrm
autoload_static.php36540644editdlrm
ClassLoader.php134510644editdlrm
installed.json207680644editdlrm
LICENSE10700644editdlrm
Edit: /home/desid573/public_html/tollster/vendor/composer/autoload_real.php (2414B)
= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require_once __DIR__ . '/autoload_static.php'; call_user_func(\Composer\Autoload\ComposerStaticInit4bcd804d35cc650d1fb52c557725a2a1::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\ComposerStaticInit4bcd804d35cc650d1fb52c557725a2a1::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { composerRequire4bcd804d35cc650d1fb52c557725a2a1($fileIdentifier, $file); } return $loader; } } function composerRequire4bcd804d35cc650d1fb52c557725a2a1($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; } }