6 lines
82 B
PHP
Executable File
6 lines
82 B
PHP
Executable File
<?php
|
|
return [
|
|
'username' => 'william',
|
|
'password' => 'WillySoft321'
|
|
];
|
|
?>
|