rename host scan to services details

This commit is contained in:
2024-10-16 21:50:44 +02:00
parent 9f2826d522
commit 18775fb8b1
4 changed files with 5 additions and 5 deletions

View File

@ -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);
}