Skip to content
Snippets Groups Projects
Commit e9e1b885 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Hmm, what happened to last revision? Well, I was doing it from my

laptop, so something (or someone!) screwed up, so here is that change
again.
parent 892b40cf
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ require("defs.php3"); ...@@ -10,7 +10,7 @@ require("defs.php3");
# The point of this is to redirect logged in users to their My Emulab # The point of this is to redirect logged in users to their My Emulab
# page. # page.
# #
if (($uid = GETUID())) { if (!isset($stayhome) && ($uid = GETUID())) {
$check_status = CHECKLOGIN($uid) & CHECKLOGIN_STATUSMASK; $check_status = CHECKLOGIN($uid) & CHECKLOGIN_STATUSMASK;
if (!isset($stayhome) && $check_status == CHECKLOGIN_LOGGEDIN) { if (!isset($stayhome) && $check_status == CHECKLOGIN_LOGGEDIN) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment