<?php // OpenClaw incident hardening: XML-RPC disabled after 2026-05-19 compromise. http_response_code(403); header('Content-Type: text/plain; charset=UTF-8'); echo "XML-RPC disabled.\n"; exit;