36 lines
1.3 KiB
Smarty
36 lines
1.3 KiB
Smarty
<?php
|
|
|
|
require_once 'Fedora/Autoloader/autoload.php';
|
|
|
|
\Fedora\Autoloader\Autoload::addClassMap(
|
|
array(
|
|
___CLASSLIST___,
|
|
),
|
|
__DIR__
|
|
);
|
|
|
|
\Fedora\Autoloader\Dependencies::required([
|
|
'/usr/share/php/Doctrine/Deprecations/autoload.php',
|
|
'/usr/share/php/Psr/Cache/autoload.php',
|
|
'/usr/share/php/Psr/Log/autoload.php',
|
|
'/usr/share/php/Doctrine/DBAL/autoload.php',
|
|
'/usr/share/php/GuzzleHttp/autoload.php',
|
|
'/usr/share/php/GuzzleHttp/Promise/autoload.php',
|
|
'/usr/share/php/GuzzleHttp/Psr7/autoload.php',
|
|
'/usr/share/php/Psr/Http/Client/autoload.php',
|
|
'/usr/share/php/Psr/Http/Message/autoload.php',
|
|
'/usr/share/php/Psr/Http/Message/autoload.php',
|
|
'/usr/share/php/Ralouphie-getallheaders/autoload.php',
|
|
'/usr/share/php/Symfony/Component/DeprecationContracts/autoload.php',
|
|
'/usr/share/php/InfluxDB/autoload.php',
|
|
'/usr/share/php/Psr/Container/autoload.php',
|
|
'/usr/share/php/Symfony/Polyfill/Ctype/autoload.php',
|
|
'/usr/share/php/Symfony/Polyfill/Intl/Grapheme/autoload.php',
|
|
'/usr/share/php/Symfony/Polyfill/Intl/Normalizer/autoload.php',
|
|
'/usr/share/php/Symfony/Polyfill/Mbstring/autoload.php',
|
|
'/usr/share/php/Symfony/Contracts/Service/autoload.php',
|
|
'/usr/share/php/Symfony/Component/String/autoload.php',
|
|
'/usr/share/php/Symfony/Component/Console/autoload.php',
|
|
'/usr/share/php/Symfony/Component/Yaml/autoload.php',
|
|
]);
|