mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 00:16:21 +02:00
7 lines
132 B
PHP
7 lines
132 B
PHP
<?php
|
|
/**
|
|
* @author Stephen "TheCodeAssassin" Hoogendijk
|
|
*/
|
|
|
|
// autoload dependencies
|
|
require __DIR__ . '/../vendor/autoload.php'; |