7 lines
67 B
PHP
7 lines
67 B
PHP
|
<?php
|
||
|
macAdressses = array(
|
||
|
"Daniel" => "84:CF:BF:8E:E6:A6"
|
||
|
);
|
||
|
|
||
|
?>
|