<?php
declare(strict_types=1);
http_response_code(410);
header('X-Robots-Tag: noindex, nofollow, noarchive');
header('Cache-Control: public, max-age=3600');
header('Content-Type: text/plain; charset=utf-8');
echo 'This static relaunch does not expose WordPress XML-RPC.\n';