Initial commit

This commit is contained in:
2025-05-03 16:15:32 +02:00
commit eca3f0aafc
10 changed files with 543 additions and 0 deletions

View File

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