diff options
Diffstat (limited to 'globe.php')
-rw-r--r-- | globe.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -145,7 +145,7 @@ Function DoRedirect($message = "Thanks", $to = "http://www.pathery.com/", $durat <table>
<tr><td>
<center>$message
- <br />You are now being redirected.
+ <br />You are now being redirected to: $to
<br /><a href='$to'>Click here if not redirected in $duration seconds.</a>
</center>
</td></tr>
@@ -191,4 +191,4 @@ function EmailError($data, $subject = "Pathery Error Report") { Return $mail_sent;
}
-?> +?>
|