Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
9da37ed0
Commit
9da37ed0
authored
Oct 16, 2001
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More little nits.
parent
6d38d881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
www/newosid.php3
www/newosid.php3
+3
-2
www/verifyusr.php3
www/verifyusr.php3
+1
-1
No files found.
www/newosid.php3
View file @
9da37ed0
...
...
@@ -48,8 +48,9 @@ if (isset($os_version) &&
#
# Check osid for sillyness.
#
if
(
!
ereg
(
"^[-_a-zA-Z0-9]+$"
,
$osid
))
{
USERERROR
(
"The OSID must be alphanumeric characters only!"
,
1
);
if
(
!
ereg
(
"^[\.-_a-zA-Z0-9]+$"
,
$osid
))
{
USERERROR
(
"The OSID must consist of alphanumeric characters and "
.
"dash, dot, or underscore!"
,
1
);
}
if
(
isset
(
$os_path
))
{
...
...
www/verifyusr.php3
View file @
9da37ed0
...
...
@@ -53,7 +53,7 @@ if (strcmp($status, "unverified") == 0) {
echo
"<h3>Because your project leader has already approved "
.
"your membership in the project, you are now an active user "
.
"of emulab.
Reload the frame
at your left, and any options "
.
"of emulab.
Click on the 'Home' link
at your left, and any options "
.
"that are now available to you will appear.</h3>
\n
"
;
}
elseif
(
strcmp
(
$status
,
"newuser"
)
==
0
)
{
...
...
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