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-devel
Commits
f86c0445
Commit
f86c0445
authored
May 04, 2002
by
Leigh B. Stoller
Browse files
Fix to last fix. Sheesh!
parent
73b31ed7
Changes
1
Show whitespace changes
Inline
Side-by-side
www/joinproject.php3
View file @
f86c0445
...
...
@@ -474,7 +474,7 @@ if (!$returning) {
if
(
!
ereg
(
"^[0-9a-zA-Z\@\. ]*$"
,
$buffer
))
{
$errors
[
"PubKey File Contents"
]
=
"Invalid characters"
;
SPITFORM
(
$formfields
,
$returning
$errors
);
SPITFORM
(
$formfields
,
$returning
,
$errors
);
PAGEFOOTER
();
return
;
}
...
...
Write
Preview
Supports
Markdown
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