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
f6715491
Commit
f6715491
authored
Oct 23, 2003
by
Leigh B. Stoller
Browse files
Add pid/eid to title so that the window menu in your browser indicates
what window is what.
parent
fa1199a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
f6715491
...
...
@@ -8,12 +8,7 @@ include("defs.php3");
include
(
"showstuff.php3"
);
#
# Standard Testbed Header
#
PAGEHEADER
(
"Show Experiment Information"
);
#
# Only known and logged in users can end experiments.
# Only known and logged in users can look at experiments.
#
$uid
=
GETLOGIN
();
LOGGEDINORDIE
(
$uid
);
...
...
@@ -33,6 +28,11 @@ if (!isset($eid) ||
$exp_eid
=
$eid
;
$exp_pid
=
$pid
;
#
# Standard Testbed Header now that we have the pid/eid okay.
#
PAGEHEADER
(
"Experiment Information (
$pid
/
$eid
)"
);
#
# Check to make sure this is a valid PID/EID tuple.
#
...
...
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