Initial commit

This commit is contained in:
2023-02-19 11:28:11 +01:00
commit 74ff514a6e
6 changed files with 570 additions and 0 deletions

7
config.php.EXAMPLE Normal file
View File

@ -0,0 +1,7 @@
<?php
return [
'username' => 'admin',
'password' => '',
'host' => 'https://photos.phlaym.net'
];