1
0
moha/config/users.php

12 lines
68 B
PHP
Raw Permalink Normal View History

2022-09-05 13:47:41 +02:00
<?php
$users = array(
"Daniel",
"Maryclaire",
"Terence"
)
?>