diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-09 16:55:14 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-09 16:55:14 -0700 |
commit | c37113c2666d65015f967b6cf1a5d2e8836d920d (patch) | |
tree | f99cdc2b52e87741cb08d1fcc7ecec729a9cfab5 /globe.php | |
parent | f9333b70547ae514ecc848fb195011a11897ee68 (diff) | |
download | pathery-c37113c2666d65015f967b6cf1a5d2e8836d920d.tar.xz |
changes to pathery.com
Diffstat (limited to 'globe.php')
-rw-r--r-- | globe.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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");
|