merge index and options

This commit is contained in:
2024-10-18 16:14:52 +02:00
parent 17a628cc11
commit 0c736158aa
7 changed files with 638 additions and 619 deletions

View File

@ -117,7 +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) ?: $preset["lan"];
], false) ?: $presets["lan"];
}
$options["--datadir"] = $DATADIR;