Changed path in a required file
This commit is contained in:
parent
b894f63f1f
commit
490213dfed
|
@ -16,7 +16,7 @@ global $config;
|
|||
|
||||
check_login();
|
||||
|
||||
require 'vendor/autoload.php';
|
||||
require_once $config['homedir'].'/vendor/autoload.php';
|
||||
|
||||
use PandoraFMS\Dashboard\Manager;
|
||||
|
||||
|
|
Loading…
Reference in New Issue