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
c2cd104a
Commit
c2cd104a
authored
Jul 04, 2003
by
Leigh B. Stoller
Browse files
Get rid of nonsfile option. It might resurface at some point if I find
time to fix it.
parent
04ae7428
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/beginexp.php3
View file @
c2cd104a
...
...
@@ -618,13 +618,9 @@ elseif (isset($nsdata) && strcmp($nsdata, "")) {
}
else
{
#
# I am going to allow shell experiments to be created (No NS file),
# but only by admin types.
# Not allowed anymore!
#
if
(
!
ISADMIN
(
$uid
))
{
RESPIT
(
"NS File"
,
"You must provide an NS file"
);
}
$nonsfile
=
1
;
RESPIT
(
"NS File"
,
"You must provide an NS file. No nodes is fine."
);
}
#
...
...
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