diff options
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");
|