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
c5749e35
Commit
c5749e35
authored
Feb 15, 2007
by
Leigh B. Stoller
Browse files
Fix PHP warnings
parent
e88632c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
c5749e35
...
...
@@ -115,7 +115,7 @@ function Show($which, $arg1, $arg2)
" position: relative; height: 450px; "
.
" width: 90%; border: 2px solid black;'>
\n
"
;
$html
.
=
" <img border=0 "
;
$html
.
=
" src='linkgraph_image.php?
exptidx
=
$exptidx
"
;
$html
.
=
" src='linkgraph_image.php?
instance
=
$exptidx
"
;
$html
.
=
"&graphtype=
$graphtype
&now=
$now
'>
\n
"
;
$html
.
=
"</div>
\n
"
;
...
...
www/template_create.php
View file @
c5749e35
...
...
@@ -400,7 +400,7 @@ elseif (isset($_FILES['nsfile']) && $_FILES['nsfile']['size'] != 0) {
# the php temporary file name. Note that there appears to be some kind
# of breakage, at least in opera; filename has no path.
#
$formfields
[
nsfile
]
=
$_FILES
[
'nsfile'
][
'name'
];
$formfields
[
"
nsfile
"
]
=
$_FILES
[
'nsfile'
][
'name'
];
$nsfilelocale
=
"remote"
;
}
else
{
...
...
www/template_defs.php
View file @
c5749e35
...
...
@@ -1716,7 +1716,7 @@ class TemplateInstance
$html
.
=
" <img border=0 "
;
$html
.
=
" onLoad=
\"
ClearLoadingIndicators('');
\"
"
;
$html
.
=
" src='linkgraph_image.php?
exptidx
=
$exptidx
"
;
$html
.
=
" src='linkgraph_image.php?
instance
=
$exptidx
"
;
$html
.
=
"&graphtype=
$graphtype
${runarg}"
;
$html
.
=
"${srcarg}${dstarg}'>
\n
"
;
$html
.
=
"</div>
\n
"
;
...
...
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