Better dummy newdev MAC check

This commit is contained in:
jokob-sk
2025-02-08 08:17:37 +11:00
parent b921144dbb
commit 2a5e419034
2 changed files with 8 additions and 3 deletions

View File

@@ -776,6 +776,11 @@ function checkMacOrInternet(inputStr) {
}
}
// Alias
function isValidMac(value) {
return checkMacOrInternet(value);
}
// -----------------------------------------------------------------------------
// Gte MAC from query string
function getMac(){