From c37113c2666d65015f967b6cf1a5d2e8836d920d Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Fri, 9 Sep 2011 16:55:14 -0700 Subject: changes to pathery.com --- globe.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'globe.php') 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"); -- cgit v1.2.3