diff --git a/mpt.php b/mpt.php index e08ce42..76c0eb4 100644 --- a/mpt.php +++ b/mpt.php @@ -5,5 +5,6 @@ if ($_SERVER["PATH_INFO"] == "/latest") { header('Content-Type: text/plain'); echo $mptlatest; } elseif ($_SERVER["PATH_INFO"] == "/script") { - echo "WIP"; + header('Content-Type: text/plain'); + echo file_get_contents("https://data.tilera.xyz/file/mpt/mpt"); }