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,7 @@
1
+<?php
2
+
3
+$_SERVER["PATH_INFO"] = "/scrape";
4
+require("tracker.php");
5
+exit;
6
+
7
+?>
0 8
\ No newline at end of file