Correct internet device GUI and udev config

This commit is contained in:
Christian Zeitnitz
2021-03-10 23:45:04 +01:00
parent e8d0fab463
commit 76e2eecaec
9 changed files with 46 additions and 35 deletions

View File

@@ -728,6 +728,8 @@ function getNightmode(){
} else {
return false;
}
}
// search array for matching string and return only first matching group
function preg_only_match($pat,$haystack) {
$match = "";
@@ -738,5 +740,6 @@ function preg_only_match($pat,$haystack) {
}
return $match;
}
}
?>