forked from Thunix/www
Updating the githook, and adding teapot easter egg.
This commit is contained in:
6
teapot.php
Normal file
6
teapot.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
http_response_code(418);
|
||||
echo "HTTP 418 - I'm a teapot.";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user