8 lines
69 B
PHP
8 lines
69 B
PHP
<?php
|
|
|
|
$macAddresses = array(
|
|
"Daniel" => "84:CF:BF:8E:E6:A6"
|
|
);
|
|
|
|
?>
|