presento/config.php
2021-01-27 20:23:49 +01:00

6 lines
82 B
PHP
Executable File

<?php
return [
'username' => 'william',
'password' => 'WillySoft321'
];
?>