mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Updated external_exec to use proc_open
This commit is contained in:
@@ -47,7 +47,7 @@ function discover_new_device($hostname)
|
||||
|
||||
function discover_device($device, $options = NULL)
|
||||
{
|
||||
global $config, $valid;
|
||||
global $config, $valid, $exec_response;
|
||||
|
||||
$valid = array(); // Reset $valid array
|
||||
|
||||
|
||||
Reference in New Issue
Block a user