From 4bb747c11c85fe3e54b071ab3ad492c4719ba82a Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Fri, 21 Aug 2020 23:44:14 +0200 Subject: [PATCH] mpt script --- mpt.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); }