Initial commit

This commit is contained in:
2021-01-27 20:23:49 +01:00
commit 66d10fdcda
25 changed files with 1357 additions and 0 deletions

6
config.php Executable file
View File

@@ -0,0 +1,6 @@
<?php
return [
'username' => 'william',
'password' => 'WillySoft321'
];
?>