From: Manjunath CV Date: Tue, 24 Dec 2013 18:12:59 +0000 (+0530) Subject: Merge branch 'master' of https://github.com/cvmanjoo/torrage X-Git-Url: https://472bisson.ca/gitweb/magnet.git/commitdiff_plain/77cde13f006c872a768b6ffe6fed99131f43a831?hp=62723ce555c85720eb9db7d2c1f3fe54e683355f Merge branch 'master' of https://github.com/cvmanjoo/torrage --- diff --git a/index.php b/index.php new file mode 100644 index 0000000..e7c0591 --- /dev/null +++ b/index.php @@ -0,0 +1,45 @@ + + + + + + Torrage + + + +

Torrage

+
+ + + + + + + + + +
+ + "; + + $url = "http://torrage.com/torrent/".$infohash.".torrent"; + + echo $url; + + header( 'Location: '.$url ) ; //Internet + + } + + + + + ?> + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..ee6fb27 --- /dev/null +++ b/style.css @@ -0,0 +1 @@ +http://www.tdl.com/~jrb/jrb7/css_textfield0.html \ No newline at end of file