X-Git-Url: https://472bisson.ca/gitweb/magnet.git/blobdiff_plain/42804587e9572d02fd1240665fae1d6938235513..27695224d865b9d893ac8fecc40c7809d3337b45:/index.php
diff --git a/index.php b/index.php
index c32640f..3ac54f4 100644
--- a/index.php
+++ b/index.php
@@ -1,42 +1,38 @@
-
-
-
-
- Torrage
-
-
-
-
-
-
-
-
- Torrage
-
-
- ";
- if(strlen($infohash) == 40 && ctype_xdigit($infohash))
- {
- //echo "Debug:$url = ".$url."
";
- $url = "http://torrage.com/torrent/".$infohash.".torrent";
- header( 'Location: '.$url ) ; //Internet
- }
- else
- {
- echo "Invalid INFO_HASH";
- }
- }
- ?>
-
-
-
+
+
+
+
+ Torrage
+
+
+
+
+
+ Torrage
+
+
+ ";
+ if(strlen($infohash) == 40 && ctype_xdigit($infohash))
+ {
+ //echo "Debug:$url = ".$url."
";
+ $url = "http://torrage.com/torrent/".$infohash.".torrent";
+ header( 'Location: '.$url ) ; //Internet
+ }
+ else
+ {
+ echo "Invalid INFO_HASH";
+ }
+ }
+ ?>
+
+
\ No newline at end of file