diff options
-rw-r--r-- | redirect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redirect.php b/redirect.php index e010d94..4732002 100644 --- a/redirect.php +++ b/redirect.php @@ -1,6 +1,7 @@ <?
$to = $_GET['to'];
include('globe.php');
+if ($to == '') $to = $mydomain;
?>
<html>
@@ -65,7 +66,6 @@ function countdownRedirect() { window.location = "<? echo $to; ?>";
}
}
-// http://www.mazetd.4xg.net/redirect?to=http://www.mazetd.4xg.net/redirect?to=http://www.youtube.com/watch?v=FCSBoOcGFFE
</script>
</head>
|