merge index and options
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user