mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 16:06:29 +02: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',
|
|
);
|