mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 19:43:42 +02:00
5 lines
No EOL
118 B
PHP
5 lines
No EOL
118 B
PHP
<?php
|
|
|
|
http_response_code("503 Service Unavailable");
|
|
header("Content-Type: text/plain");
|
|
echo "Not available yet"; |