mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Updated include to include_once
This commit is contained in:
@@ -57,7 +57,7 @@ if (!isset($config['auth_mechanism']))
|
||||
|
||||
if (file_exists('includes/authentication/' . $config['auth_mechanism'] . '.inc.php'))
|
||||
{
|
||||
include('includes/authentication/' . $config['auth_mechanism'] . '.inc.php');
|
||||
include_once('includes/authentication/' . $config['auth_mechanism'] . '.inc.php');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user