Update legacy_api_v0.php (#10209)

This commit is contained in:
sparkkraps
2019-05-11 17:10:04 -04:00
committed by PipoCanaja
parent a9bd0f98ad
commit 652a9f5486

View File

@@ -14,7 +14,7 @@
use LibreNMS\Config;
$init_modules = array('web', 'alerts');
require realpath(__DIR__ . '/..') . '/includes/init.php';
require realpath(__DIR__ . '/..') . '/init.php';
if (!Auth::check()) {
die('Unauthorized');