Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
f68d3b80
Commit
f68d3b80
authored
Dec 10, 2003
by
Leigh B. Stoller
Browse files
Minor cosmetic change.
parent
9675076d
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/tbauth.php3
View file @
f68d3b80
...
...
@@ -22,8 +22,8 @@ define("CHECKLOGIN_NOTLOGGEDIN", 0);
define
(
"CHECKLOGIN_LOGGEDIN"
,
1
);
define
(
"CHECKLOGIN_TIMEDOUT"
,
2
);
define
(
"CHECKLOGIN_MAYBEVALID"
,
4
);
define
(
"CHECKLOGIN_STATUSMASK"
,
0x000ff
);
define
(
"CHECKLOGIN_MODMASK"
,
0xfff00
);
define
(
"CHECKLOGIN_STATUSMASK"
,
0x000
0
ff
);
define
(
"CHECKLOGIN_MODMASK"
,
0xfff
f
00
);
#
# These are modifiers of the above status fields. They are stored
# as a bit field in the top part. This is intended to localize as
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment