www/teapot.php

7 lines
69 B
PHP
Raw Permalink Normal View History

<?php
http_response_code(418);
echo "HTTP 418 - I'm a teapot.";
?>