presento/config.php

6 lines
82 B
PHP
Raw Permalink Normal View History

2021-01-27 19:23:49 +00:00
<?php
return [
'username' => 'william',
'password' => 'WillySoft321'
];
?>