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
893892ee
Commit
893892ee
authored
Nov 15, 2000
by
Leigh B. Stoller
Browse files
Add an addslashes call for the experiment name.
parent
7bc0766e
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/beginexp_process.php3
View file @
893892ee
...
...
@@ -48,6 +48,11 @@ if (strlen($exp_id) > $TBDB_EIDLEN) {
"Please select another."
,
1
);
}
#
# Certain of these values must be escaped or otherwise sanitized.
#
$exp_name
=
addslashes
(
$exp_name
);
#
# I'm going to allow shell experiments to be created (No NS file).
#
...
...
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