forked from kevinowino869/mitrobill
.github
admin
install
pages_template
qrcode
system
autoload
cache
controllers
lan
paymentgateway
plugin
uploads
vendor
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
mpdf
myclabs
paragonie
psr
setasign
smarty
autoload.php
boot.php
composer.json
composer.lock
cron.php
cron_reminder.php
index.html
orm.php
updates.json
ui
.gitignore
CHANGELOG.md
LICENSE
README.md
composer.json
config.sample.php
favicon.ico
index.php
update.php
version.json
51 lines
1.6 KiB
PHP
51 lines
1.6 KiB
PHP
![]() |
<?php
|
||
|
|
||
|
// autoload_real.php @generated by Composer
|
||
|
|
||
|
class ComposerAutoloaderInit405fa5c7a0972c286ef93b1161b83367
|
||
|
{
|
||
|
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('ComposerAutoloaderInit405fa5c7a0972c286ef93b1161b83367', 'loadClassLoader'), true, true);
|
||
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
||
|
spl_autoload_unregister(array('ComposerAutoloaderInit405fa5c7a0972c286ef93b1161b83367', 'loadClassLoader'));
|
||
|
|
||
|
require __DIR__ . '/autoload_static.php';
|
||
|
call_user_func(\Composer\Autoload\ComposerStaticInit405fa5c7a0972c286ef93b1161b83367::getInitializer($loader));
|
||
|
|
||
|
$loader->register(true);
|
||
|
|
||
|
$filesToLoad = \Composer\Autoload\ComposerStaticInit405fa5c7a0972c286ef93b1161b83367::$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;
|
||
|
}
|
||
|
}
|