1
0
moha/config/liste_telephones.php

13 lines
249 B
PHP
Raw Permalink Normal View History

2022-08-28 23:44:21 +02:00
<?php
$macAddresses = array(
2022-09-05 13:47:41 +02:00
"E8:78:29:C2:79:22" => "Daniel",
2022-09-09 16:52:26 +02:00
//"84:CF:BF:8E:E6:A6" => "daniel",
2022-09-05 13:47:41 +02:00
"D0:9C:7A:DA:8E:D8" => "Maryclaire",
2022-09-19 23:40:29 +02:00
"D0:9C:7A:E4:B3:B9" => "Maryclaire",
2022-09-05 13:47:41 +02:00
"FA:61:B1:D8:3C:D4" => "Maryclaire",
"26:4D:40:5F:1E:10" => "Terence"
2022-08-28 23:44:21 +02:00
);
?>