summaryrefslogtreecommitdiffstats
path: root/globe.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2011-09-09 16:55:14 -0700
committerPatrick Davison <snapwilliam@gmail.com>2011-09-09 16:55:14 -0700
commitc37113c2666d65015f967b6cf1a5d2e8836d920d (patch)
treef99cdc2b52e87741cb08d1fcc7ecec729a9cfab5 /globe.php
parentf9333b70547ae514ecc848fb195011a11897ee68 (diff)
downloadpathery-c37113c2666d65015f967b6cf1a5d2e8836d920d.tar.xz
changes to pathery.com
Diffstat (limited to 'globe.php')
-rw-r--r--globe.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/globe.php b/globe.php
index 72795c8..291453b 100644
--- a/globe.php
+++ b/globe.php
@@ -8,7 +8,7 @@ session_start();
-$mydomain = "http://www.snapems.com/";
+$mydomain = "http://www.pathery.com/";
//https://www.google.com/accounts/o8/id?id=AItOawl4GX29ka40T4ZeuXnR2FVsP4LZWaED_T8
//https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawl
@@ -122,8 +122,8 @@ Function CheckAuth($page) {
}
//!! Contains domain !!
-Function DoRedirect($message = "Thanks", $to = "http://www.snapems.com/", $duration = "3") {
- $to=(is_null($to)?'http://www.snapems.com/':$to);
+Function DoRedirect($message = "Thanks", $to = "http://www.pathery.com/", $duration = "3") {
+ $to=(is_null($to)?'http://www.pathery.com/':$to);
if ($duration == 0) {
header("Location: $to");