관리-도구
편집 파일: autoload_static.php
<?php // autoload_static.php @generated by Composer namespace Composer\Autoload; class ComposerStaticInitc293d1e978bd19a1e0aed5fa8f47c860 { public static $prefixLengthsPsr4 = array ( 'S' => array ( 'SiteGround_i18n\\' => 16, 'SiteGround_Helper\\' => 18, 'SiteGround_Emails\\' => 18, 'SiteGround_Data\\' => 16, 'SG_Security\\' => 12, ), 'P' => array ( 'PragmaRX\\Recovery\\' => 18, 'PragmaRX\\Random\\' => 16, ), 'C' => array ( 'Composer\\Installers\\' => 20, 'CharlesRumley\\Tests\\' => 20, 'CharlesRumley\\' => 14, ), ); public static $prefixDirsPsr4 = array ( 'SiteGround_i18n\\' => array ( 0 => __DIR__ . '/..' . '/siteground/siteground-i18n/src', ), 'SiteGround_Helper\\' => array ( 0 => __DIR__ . '/..' . '/siteground/siteground-helper/src', ), 'SiteGround_Emails\\' => array ( 0 => __DIR__ . '/..' . '/siteground/siteground-emails/src', ), 'SiteGround_Data\\' => array ( 0 => __DIR__ . '/..' . '/siteground/siteground-data/src', ), 'SG_Security\\' => array ( 0 => __DIR__ . '/../..' . '/core', ), 'PragmaRX\\Recovery\\' => array ( 0 => __DIR__ . '/..' . '/pragmarx/recovery/src', ), 'PragmaRX\\Random\\' => array ( 0 => __DIR__ . '/..' . '/pragmarx/random/src', ), 'Composer\\Installers\\' => array ( 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers', ), 'CharlesRumley\\Tests\\' => array ( 0 => __DIR__ . '/..' . '/charles-rumley/php-po-to-json/tests', ), 'CharlesRumley\\' => array ( 0 => __DIR__ . '/..' . '/charles-rumley/php-po-to-json/src', ), ); public static $prefixesPsr0 = array ( 'S' => array ( 'Sepia' => array ( 0 => __DIR__ . '/..' . '/sepia/po-parser/src', ), ), ); public static $classMap = array ( 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'PHPGangsta_GoogleAuthenticator' => __DIR__ . '/..' . '/siteground/googleauthenticator/PHPGangsta/GoogleAuthenticator.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInitc293d1e978bd19a1e0aed5fa8f47c860::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitc293d1e978bd19a1e0aed5fa8f47c860::$prefixDirsPsr4; $loader->prefixesPsr0 = ComposerStaticInitc293d1e978bd19a1e0aed5fa8f47c860::$prefixesPsr0; $loader->classMap = ComposerStaticInitc293d1e978bd19a1e0aed5fa8f47c860::$classMap; }, null, ClassLoader::class); } }