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
5757c772
Commit
5757c772
authored
Apr 22, 2003
by
Chad Barb
Browse files
Use strtolower($THISHOMEBASE),
not hard-coded 'emulab.net'.
parent
3c312039
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/projectlist.php3
View file @
5757c772
...
...
@@ -10,7 +10,7 @@ include("defs.php3");
# Standard Testbed Header
#
# Change when do check for number of experiments.
PAGEHEADER
(
"Projects that have actively used
emulab.net"
);
PAGEHEADER
(
"Projects that have actively used
"
.
strtolower
(
$THISHOMEBASE
)
);
#
# We let anyone access this page. Its basically a pretty-printed version
...
...
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