Fixed up config.pgp, re-added files that will need to exist still

This commit is contained in:
root
2019-07-06 23:30:27 +00:00
parent a777ea330a
commit a500b3449a
3 changed files with 78 additions and 2 deletions

6
teapot.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
http_response_code(418);
echo "HTTP 418 - I'm a teapot.";
?>