.github
data
Dockerfiles
assets
conf
hooks
web
api
css
fonts
img
inc
ajax
lib
WebAuthn
sieve
vendor
adldap2
bin
bshaffer
composer
ClassLoader.php
InstalledVersions.php
LICENSE
autoload_classmap.php
autoload_files.php
autoload_namespaces.php
autoload_psr4.php
autoload_real.php
autoload_static.php
installed.json
installed.php
platform_check.php
ddeboer
directorytree
illuminate
matthiasmullie
mustangostang
nesbot
paragonie
php-mime-mail-parser
phpmailer
psr
robthree
soundasleep
symfony
tightenco
twig
yubico
autoload.php
CSSminifierExtended.php
JSminifierExtended.php
Yubico.php
array_merge_real.php
composer.json
composer.lock
presets
footer.inc.php
functions.acl.inc.php
functions.address_rewriting.inc.php
functions.admin.inc.php
functions.app_passwd.inc.php
functions.customize.inc.php
functions.dkim.inc.php
functions.docker.inc.php
functions.domain_admin.inc.php
functions.fail2ban.inc.php
functions.fwdhost.inc.php
functions.inc.php
functions.mailbox.inc.php
functions.mailq.inc.php
functions.oauth2.inc.php
functions.policy.inc.php
functions.presets.inc.php
functions.pushover.inc.php
functions.quarantine.inc.php
functions.quota_notification.inc.php
functions.ratelimit.inc.php
functions.rspamd.inc.php
functions.tls_policy_maps.inc.php
functions.transports.inc.php
header.inc.php
init_db.inc.php
prerequisites.inc.php
sessions.inc.php
spf.inc.php
triggers.inc.php
twig.inc.php
vars.inc.php
js
lang
oauth
templates
_rspamderror.php
_status.502.html
admin.php
autoconfig.php
autodiscover-json.php
autodiscover.php
debug.php
edit.php
favicon.png
index.php
json_api.php
mailbox.php
mobileconfig.php
qhandler.php
quarantine.php
resource.php
robots.txt
sogo-auth.php
user.php
helper-scripts
.editorconfig
.env
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
create_cold_standby.sh
docker-compose.yml
generate_config.sh
update.sh
58 lines
1.7 KiB
PHP
58 lines
1.7 KiB
PHP
<?php
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
class ComposerAutoloaderInit873464e4bd965a3168f133248b1b218b
|
|
{
|
|
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('ComposerAutoloaderInit873464e4bd965a3168f133248b1b218b', 'loadClassLoader'), true, true);
|
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
|
spl_autoload_unregister(array('ComposerAutoloaderInit873464e4bd965a3168f133248b1b218b', 'loadClassLoader'));
|
|
|
|
require __DIR__ . '/autoload_static.php';
|
|
call_user_func(\Composer\Autoload\ComposerStaticInit873464e4bd965a3168f133248b1b218b::getInitializer($loader));
|
|
|
|
$loader->register(true);
|
|
|
|
$includeFiles = \Composer\Autoload\ComposerStaticInit873464e4bd965a3168f133248b1b218b::$files;
|
|
foreach ($includeFiles as $fileIdentifier => $file) {
|
|
composerRequire873464e4bd965a3168f133248b1b218b($fileIdentifier, $file);
|
|
}
|
|
|
|
return $loader;
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @param string $fileIdentifier
|
|
* @param string $file
|
|
* @return void
|
|
*/
|
|
function composerRequire873464e4bd965a3168f133248b1b218b($fileIdentifier, $file)
|
|
{
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
|
|
|
require $file;
|
|
}
|
|
}
|