mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
7 lines
69 B
PHP
7 lines
69 B
PHP
<?php
|
|
|
|
http_response_code(418);
|
|
echo "HTTP 418 - I'm a teapot.";
|
|
|
|
?>
|