1
0
moha/config/liste_telephones.php

10 lines
140 B
PHP
Raw Normal View History

2022-08-28 23:44:21 +02:00
<?php
$macAddresses = array(
2022-09-03 21:10:38 +02:00
"Daniel" => "E8:78:29:C2:79:22",
"Maryclaire" => "D0:9C:7A:DA:8E:D8",
"Terence" => "26:4D:40:5F:1E:10"
2022-08-28 23:44:21 +02:00
);
?>