🎉 Hello world

This commit is contained in:
2019-09-13 10:45:07 +02:00
commit ade7ab4dec
15 changed files with 8867 additions and 0 deletions

4
public/emails.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
header('Content-Type: application/json');
readfile(__DIR__.'/emails.json');