<?php
// Root landing — ไม่แสดงข้อมูลใดๆ ต่อ public
http_response_code(403);
header('Content-Type: text/plain; charset=utf-8');
echo "403 Forbidden\n";
