remove include statement of class file
This commit is contained in:
parent
1aaf522e21
commit
522922de80
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue