diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-12-12 19:33:07 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-12-12 19:33:07 -0800 |
commit | 3762d60441255f64dca71c2f82df4493eb8f91f2 (patch) | |
tree | fadf678c913411daf3c0861e8595e0b5661f19e5 /globe.php | |
parent | bb073d3992e25cea8276550f7644979dd3bdfba4 (diff) | |
download | pathery-3762d60441255f64dca71c2f82df4493eb8f91f2.tar.xz |
Bug fixes:
Fixed bug where scores were being loaded twice.
Moved GZIP Compression to index.php
Updated login.php to call an error on empty email addresses.
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;
}
-?> +?>
|