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-devel
Commits
c245289c
Commit
c245289c
authored
Apr 15, 2004
by
Leigh B. Stoller
Browse files
Oops, wireless map link needs to be different when experiment is not
active.
parent
31d48a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
c245289c
...
...
@@ -163,7 +163,9 @@ if (TBExptAccessCheck($uid, $exp_pid, $exp_eid, $TB_EXPT_MODIFY)) {
# Wireless maps if experiment includes wireless lans.
if
(
$wireless
)
{
WRITESUBMENUBUTTON
(
"Wireless Node Map"
,
"floormap.php3?pid=
$exp_pid
&eid=
$exp_eid
"
);
"floormap.php3"
.
(
$expstate
==
$TB_EXPTSTATE_ACTIVE
?
"?pid=
$exp_pid
&eid=
$exp_eid
"
:
""
));
}
# History
...
...
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