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-stable
Commits
8ea909a4
Commit
8ea909a4
authored
Dec 14, 2004
by
Leigh B. Stoller
Browse files
Minor change to last revision.
parent
aa7843bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/robotmap.php3
View file @
8ea909a4
...
...
@@ -77,6 +77,7 @@ else {
#
# max_x and max_y are the bounds of the image from the state file.
#
if
(
0
)
{
if
(
isset
(
$max_x
)
&&
$max_x
!=
""
)
{
# Sanitize for the shell.
if
(
!
preg_match
(
"/^[0-9]+$/"
,
$max_x
))
{
...
...
@@ -95,6 +96,7 @@ if (isset($max_y) && $max_y != "") {
else
{
PAGEARGERROR
(
"Must supply max_y for image"
);
}
}
#
# Assume a single image for the robot map. When user clicks, pixel
...
...
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