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
8eecbcf5
Commit
8eecbcf5
authored
Oct 25, 2001
by
Leigh B. Stoller
Browse files
Add stripslashes call as per Mike\'s request.
parent
dd96cb28
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showstuff.php3
View file @
8eecbcf5
...
...
@@ -992,7 +992,7 @@ function SHOWNODELOG($node_id)
$log_id
=
$row
[
log_id
];
$reporter
=
$row
[
reporting_uid
];
$date
=
$row
[
reported
];
$entry
=
$row
[
entry
];
$entry
=
stripslashes
(
$row
[
entry
]
)
;
echo
"<tr>
<td align=center>
...
...
@@ -1029,7 +1029,7 @@ function SHOWNODELOGENTRY($node_id, $log_id)
$log_id
=
$row
[
log_id
];
$reporter
=
$row
[
reporting_uid
];
$date
=
$row
[
reported
];
$entry
=
$row
[
entry
];
$entry
=
stripslashes
(
$row
[
entry
]
)
;
echo
"<tr>
<td>
$date
</td>
...
...
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