summaryrefslogtreecommitdiffstats
path: root/globe.php
diff options
context:
space:
mode:
authorSnap <snapwilliam@gmail.com>2015-05-01 16:25:28 -0700
committerSnap <snapwilliam@gmail.com>2015-05-01 16:25:28 -0700
commite6b60448bc08df316daf220db8ecfddc58aefe84 (patch)
tree8ec936e42a24a68cb775eb75688eabe2f71c5a18 /globe.php
parent6001d7ef9b8b26fe388ea5965139d84bdd63ca22 (diff)
downloadpathery-e6b60448bc08df316daf220db8ecfddc58aefe84.tar.xz
Minor fixes and adjustments.
Moved Javascript in chat to: js/chat.js re-ordered script loading so Jquery loads first. Fixed cookie login issue.
Diffstat (limited to 'globe.php')
-rw-r--r--globe.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/globe.php b/globe.php
index fe7123b..5abff5f 100644
--- a/globe.php
+++ b/globe.php
@@ -98,7 +98,8 @@ function CookieLogin() {
$_SESSION['displayName'] = $display;
$_SESSION['dateJoined'] = $dateJoined;
if ($isAdmin == 1) $_SESSION['isAdmin'] = true;
- header("Location: $mydomain");
+ // There should be no reason to re-load the page.
+ //header("Location: $mydomain");
} else {
setcookie("doLogin", "lastAttemptFailed");
setcookie("userID", "");