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
d8a212f7
Commit
d8a212f7
authored
Jul 26, 2004
by
Timothy Stack
Browse files
Remove some debugging cruft that snuck through.
parent
472aca3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/feedback.php3
View file @
d8a212f7
...
...
@@ -198,8 +198,6 @@ if (strcmp($mode, "record") == 0) {
else
if
(
strcmp
(
$mode
,
"clear"
)
==
0
)
{
PAGEHEADER
(
"Clearing feedback"
);
echo
"foo
$clear_last
$clear_bootstrap
"
;
$options
=
""
;
if
(
isset
(
$clear_last
)
&&
!
strcmp
(
$clear_last
,
"1"
))
$options
.
=
" -c"
;
...
...
@@ -211,7 +209,7 @@ else if (strcmp($mode, "clear") == 0) {
SUEXEC_ACTION_USERERROR
);
}
echo
"<center><h3><br>Done!
$options
</h3></center>
\n
"
;
echo
"<center><h3><br>Done!</h3></center>
\n
"
;
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