remove include statement of class file

This commit is contained in:
Tim Fry 2025-03-12 15:30:39 -03:00
parent 1aaf522e21
commit 522922de80
1 changed files with 0 additions and 1 deletions

View File

@ -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;