Initial commit

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

View File

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