Skip to content
GitLab
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-devel
Commits
4e44c781
Commit
4e44c781
authored
Nov 02, 2000
by
Leigh B. Stoller
Browse files
Fix typo!
parent
848d3e5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/grpadded.php3
View file @
4e44c781
...
...
@@ -116,7 +116,7 @@ else {
# If a user returning, then the login must be valid to continue any further.
# For a new user, the password must pass our tests.
#
if
(
returning
)
{
if
(
$
returning
)
{
if
(
CHECKLOGIN
(
$grp_head_uid
)
!=
1
)
{
USERERROR
(
"You are not logged in. Please log in and try again."
,
1
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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