tmp/teapot.php

7 lines
69 B
PHP

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