mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Merge pull request #111 from laf/issue-110
Urgent: Resolves Global Search not working in some cases
This commit is contained in:
@@ -14,10 +14,6 @@ include_once("../config.php");
|
||||
include_once("../includes/definitions.inc.php");
|
||||
include_once("includes/functions.inc.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");
|
||||
|
||||
if (!$_SESSION['authenticated']) { echo("unauthenticated"); exit; }
|
||||
|
||||
Reference in New Issue
Block a user