initial commit

This commit is contained in:
Krzysztof Płaczek
2018-04-06 08:29:05 +02:00
commit 8413a9af38
6 changed files with 137 additions and 0 deletions

4
settings.example.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
return ['email' => 'mail@example.com',
'password' => 'plain_text_password_here'];