debug
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
<?php
|
||||
|
||||
$macAddresses = array(
|
||||
"Daniel" => "E8:78:29:C2:79:22",
|
||||
"Maryclaire" => "D0:9C:7A:DA:8E:D8",
|
||||
"Terence" => "26:4D:40:5F:1E:10"
|
||||
"E8:78:29:C2:79:22" => "Daniel",
|
||||
"D0:9C:7A:DA:8E:D8" => "Maryclaire",
|
||||
"FA:61:B1:D8:3C:D4" => "Maryclaire",
|
||||
"26:4D:40:5F:1E:10" => "Terence"
|
||||
);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user