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
24c7327f
Commit
24c7327f
authored
Nov 08, 2000
by
Leigh B. Stoller
Browse files
Add a couple of addslashes calls.
parent
fbbecade
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/newproject.php3
View file @
24c7327f
...
...
@@ -93,6 +93,12 @@ if (strlen($proj_head_uid) > 8) {
"Please select another."
,
1
);
}
#
# Certain of these values must be escaped or otherwise sanitized.
#
$proj_why
=
addslashes
(
$proj_why
);
$proj_name
=
addslashes
(
$proj_name
);
#
# This is a new project request. Make sure it does not already exist.
#
...
...
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