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
6e666122
Commit
6e666122
authored
Dec 03, 2001
by
Leigh B. Stoller
Browse files
Minor cleanup.
parent
2aaaf871
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/nscheck.php3
View file @
6e666122
...
...
@@ -86,7 +86,8 @@ else {
$output
=
array
();
$retval
=
0
;
$result
=
exec
(
"
$TBSUEXEC_PATH
$uid
flux webnscheck
$nsfile
"
,
$output
,
$retval
);
$result
=
exec
(
"
$TBSUEXEC_PATH
$uid
flux webnscheck
$nsfile
"
,
$output
,
$retval
);
echo
"<center>"
;
echo
"<h1>Syntax Check Results</h1>"
;
...
...
www/shownsfile.php3
View file @
6e666122
...
...
@@ -74,7 +74,7 @@ $result = exec("$TBSUEXEC_PATH nobody flux webreport $pid $eid",
$output
,
$retval
);
echo
"<XMP>
\n
"
;
for
(
$i
=
1
;
$i
<
count
(
$output
);
$i
++
)
{
for
(
$i
=
0
;
$i
<
count
(
$output
);
$i
++
)
{
echo
"
$output[$i]
\n
"
;
}
echo
"</XMP>
\n
"
;
...
...
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