mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Move function to WebUI
Based on Neil’s suggestion.
This commit is contained in:
@@ -16,7 +16,7 @@ if (!$_SESSION['authenticated']) {
|
||||
$device = array();
|
||||
$ports = array();
|
||||
$bgp = array();
|
||||
$limit = $config['global_search_result_limit'];
|
||||
$limit = $config['webui']['global_search_result_limit'];
|
||||
|
||||
if (isset($_REQUEST['search'])) {
|
||||
$search = mres($_REQUEST['search']);
|
||||
|
||||
Reference in New Issue
Block a user