From 6fec96be03b9505315a1e316758c9c2d8c2e5410 Mon Sep 17 00:00:00 2001 From: Diego Canton de Brito Date: Fri, 2 Oct 2020 08:54:49 -0300 Subject: [PATCH] Fix - Librenms 1.6x - Auth Change Auth for LegacyAuth --- forms/enable-port.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/enable-port.inc.php b/forms/enable-port.inc.php index 8023b96..a8b53b7 100644 --- a/forms/enable-port.inc.php +++ b/forms/enable-port.inc.php @@ -13,7 +13,7 @@ */ -use LibreNMS\Authentication\Auth; +use LibreNMS\Authentication\LegacyAuth; header('Content-type: application/json');