Merge branch 'fixed-errors-in-net_tools-open' into 'develop'
fixed minor error in net_tool See merge request !54
This commit is contained in:
commit
688cec8f42
|
@ -292,7 +292,8 @@ function godmode_net_tools() {
|
|||
else {
|
||||
|
||||
if (isset($config['network_tools_config'])) {
|
||||
$network_tools_config = json_decode($config['network_tools_config'], true);
|
||||
$network_tools_config_output = io_safe_output($config['network_tools_config']);
|
||||
$network_tools_config = json_decode($network_tools_config_output, true);
|
||||
$traceroute_path = $network_tools_config['traceroute_path'];
|
||||
$ping_path = $network_tools_config['ping_path'];
|
||||
$nmap_path = $network_tools_config['nmap_path'];
|
||||
|
|
Loading…
Reference in New Issue