rename host scan to services details
This commit is contained in:
@ -112,5 +112,5 @@ if ($preset && isset($presets[$preset])) {
|
||||
'compareWith' => FILTER_VALIDATE_URL,
|
||||
'refreshPeriod' => ["filter" => FILTER_VALIDATE_INT, 'options' => ['min_range' => 0]],
|
||||
'sudo' => FILTER_VALIDATE_BOOLEAN,
|
||||
], false) ?: $presets["lan"];
|
||||
], false);
|
||||
}
|
Reference in New Issue
Block a user