This commit is contained in:
2024-10-18 14:47:02 +02:00
parent a773e8b8d9
commit c3ed9f9fc2
12 changed files with 30 additions and 23 deletions

View File

@ -117,5 +117,7 @@ if ($preset && isset($presets[$preset])) {
'compareWith' => FILTER_VALIDATE_URL,
'refreshPeriod' => ['filter' => FILTER_VALIDATE_INT, 'options' => ['min_range' => 0]],
'sudo' => FILTER_VALIDATE_BOOLEAN,
], false);
}
], false) ?: $preset["lan"];
}
$options["--datadir"] = $DATADIR;