mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
Removed some unnecessary includes that redeclare functions
This commit is contained in:
@@ -14,10 +14,6 @@ include_once("../config.php");
|
|||||||
include_once("../includes/definitions.inc.php");
|
include_once("../includes/definitions.inc.php");
|
||||||
include_once("includes/functions.inc.php");
|
include_once("includes/functions.inc.php");
|
||||||
include_once("../includes/functions.php");
|
include_once("../includes/functions.php");
|
||||||
include_once("../includes/dbFacile.php");
|
|
||||||
include_once("../includes/common.php");
|
|
||||||
|
|
||||||
include_once("../includes/rewrites.php");
|
|
||||||
include_once("includes/authenticate.inc.php");
|
include_once("includes/authenticate.inc.php");
|
||||||
|
|
||||||
if (!$_SESSION['authenticated']) { echo("unauthenticated"); exit; }
|
if (!$_SESSION['authenticated']) { echo("unauthenticated"); exit; }
|
||||||
|
|||||||
Reference in New Issue
Block a user