mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
13 lines
331 B
PHP
13 lines
331 B
PHP
<?php
|
|
|
|
// autoload_files.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
$vendorDir . '/guzzlehttp/psr7/src/functions.php',
|
|
$vendorDir . '/guzzlehttp/promises/src/functions_include.php',
|
|
$vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
|
);
|