From 522922de80a8b0a456201148af7cd65f7ac305a3 Mon Sep 17 00:00:00 2001 From: Tim Fry Date: Wed, 12 Mar 2025 15:30:39 -0300 Subject: [PATCH] remove include statement of class file --- core/authentication/resources/classes/authentication.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/authentication/resources/classes/authentication.php b/core/authentication/resources/classes/authentication.php index 790f319709..9cdc02ebae 100644 --- a/core/authentication/resources/classes/authentication.php +++ b/core/authentication/resources/classes/authentication.php @@ -96,7 +96,6 @@ class authentication { //process the plugin if (file_exists($plugin)) { //run the plugin - include_once $plugin; $object = new $class_name(); $object->domain_name = $this->domain_name; $object->domain_uuid = $this->domain_uuid;