Small fixes + load own list through API
This commit is contained in:
4
api/v1/trackers/index.php
Normal file
4
api/v1/trackers/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
header("Content-Type: text/plain");
|
||||
readfile("list.txt");
|
||||
?>
|
||||
Reference in New Issue
Block a user