Browse code

Import from the old rivettracker git repository at sourceforge (amisaph/amisapphire branch)

Clarissa Walker (ami-sapphire) authored on 2014/01/24 14:02:23
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+/// Use this file as an alternative to tracker.php/announce
4
+/// for TorrentSpy and other /scrape support.
5
+
6
+$_SERVER["PATH_INFO"] = "/announce";
7
+require("tracker.php");
8
+exit;
9
+
10
+?>
0 11
\ No newline at end of file