mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
8f0b4f352f
git-subtree-dir: lib/influxdb-php git-subtree-mainline:73276d0b19git-subtree-split:969829296c
7 lines
132 B
PHP
7 lines
132 B
PHP
<?php
|
|
/**
|
|
* @author Stephen "TheCodeAssassin" Hoogendijk
|
|
*/
|
|
|
|
// autoload dependencies
|
|
require __DIR__ . '/../vendor/autoload.php'; |