mpt script

This commit is contained in:
Timo Ley 2020-08-21 23:44:14 +02:00
parent cc52fe4630
commit 4bb747c11c
1 changed files with 2 additions and 1 deletions

View File

@ -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");
}