Initial commit

This commit is contained in:
2023-11-25 20:09:22 +01:00
commit 797205e7c5
10 changed files with 284 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
global $CREDENTIALS;
$CREDENTIALS = [
'name' => [
'username' => 'password',
],
];