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
07033156
Commit
07033156
authored
Nov 07, 2005
by
Leigh B. Stoller
Browse files
Make sure usage iframe gets an absolute path URL so that it works in
subdirs.
parent
5aa39cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
07033156
...
...
@@ -737,7 +737,7 @@ function PAGEBEGINNING( $title, $nobanner = 0, $nocontent = 0 ) {
echo
"</td>
\n
"
;
echo
"<td valign=top align=right width=200
class=banneriframe>
<iframe src=currentusage.php3
<iframe src=
$BASEPATH
/
currentusage.php3
width=100% height=100 marginheight=0 marginwidth=0
scrolling=no frameborder=0></iframe></td>
\n
"
;
echo
"</tr></table>
\n
"
;
...
...
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