From 428e79868f05ab558513f9fae53f343ebbb873c2 Mon Sep 17 00:00:00 2001 From: Diego Canton de Brito Date: Fri, 2 Oct 2020 08:55:53 -0300 Subject: [PATCH] Fix - Librenms 1.6x - Auth Change Auth for LegacyAuth --- forms/shutdown-port.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/shutdown-port.inc.php b/forms/shutdown-port.inc.php index 9902262..f0ac927 100644 --- a/forms/shutdown-port.inc.php +++ b/forms/shutdown-port.inc.php @@ -12,7 +12,7 @@ * the source code distribution for details. */ -use LibreNMS\Authentication\Auth; +use LibreNMS\Authentication\LegacyAuth; header('Content-type: application/json');