Files
appchk-web/api/v1/trackers/index.php
2020-09-04 08:59:23 +02:00

5 lines
67 B
PHP

<?php
header("Content-Type: text/plain");
readfile("list.txt");
?>