mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #2695 from ekoyle/ajax_fix
Fix minor bug in ajax_search.php which was returning null instead of …
This commit is contained in:
@@ -15,6 +15,7 @@ if (!$_SESSION['authenticated']) {
|
||||
|
||||
$device = array();
|
||||
$ports = array();
|
||||
$bgp = array();
|
||||
|
||||
if (isset($_REQUEST['search'])) {
|
||||
$search = mres($_REQUEST['search']);
|
||||
|
Reference in New Issue
Block a user