Add Cisco and Linksys to the format_mac list.
This commit is contained in:
parent
9787fe2087
commit
5172809a86
|
|
@ -132,6 +132,12 @@ include "root.php";
|
|||
case "aastra":
|
||||
$mac = strtoupper($mac);
|
||||
break;
|
||||
case "cisco":
|
||||
$mac = strtoupper($mac);
|
||||
break;
|
||||
case "linksys":
|
||||
$mac = strtolower($mac);
|
||||
break;
|
||||
case "mitel":
|
||||
$mac = strtoupper($mac);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue