From 98fff1477ebbb3562b98e094b0f3598c435835a9 Mon Sep 17 00:00:00 2001 From: Diego Canton de Brito Date: Fri, 2 Oct 2020 08:54:02 -0300 Subject: [PATCH] Fix - Librenms 1.6x - Auth Change Auth for LegacyAuth --- ajax_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax_form.php b/ajax_form.php index 140b51a..7817562 100644 --- a/ajax_form.php +++ b/ajax_form.php @@ -12,7 +12,7 @@ * the source code distribution for details. */ -use LibreNMS\Authentication\Auth; +use LibreNMS\Authentication\LegacyAuth; $init_modules = array('web', 'auth', 'alerts'); require realpath(__DIR__ . '/../../..') . '/includes/init.php';