presento/config.php

6 lines
82 B
PHP
Executable File

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