summaryrefslogtreecommitdiffstats
path: root/globe.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-12-12 19:33:07 -0800
committerPatrick Davison <snapwilliam@gmail.com>2012-12-12 19:33:07 -0800
commit3762d60441255f64dca71c2f82df4493eb8f91f2 (patch)
treefadf678c913411daf3c0861e8595e0b5661f19e5 /globe.php
parentbb073d3992e25cea8276550f7644979dd3bdfba4 (diff)
downloadpathery-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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/globe.php b/globe.php
index c901175..9e13d99 100644
--- a/globe.php
+++ b/globe.php
@@ -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;
}
-?>
+?>