mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-subtree-dir: lib/influxdb-php git-subtree-mainline: 73276d0b191c0e7d165a4f8543cee0ddeec780e1 git-subtree-split: 969829296c266bf50faa589a5feaadc267486e60
7 lines
132 B
PHP
7 lines
132 B
PHP
<?php
|
|
/**
|
|
* @author Stephen "TheCodeAssassin" Hoogendijk
|
|
*/
|
|
|
|
// autoload dependencies
|
|
require __DIR__ . '/../vendor/autoload.php'; |