diff options
Diffstat (limited to 'globe.php')
-rw-r--r-- | globe.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", "");
|