1
0
forked from Thunix/www

Updating the githook, and adding teapot easter egg.

This commit is contained in:
Ubergeek
2019-03-20 13:12:42 +00:00
parent b79a0c921d
commit 341f879c71
2 changed files with 51 additions and 13 deletions

6
teapot.php Normal file
View File

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