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
b1e744e8
Commit
b1e744e8
authored
Jul 10, 2017
by
Eric Eide
Browse files
Fix NSF award numbers for Apt and PhantomNet.
"CNS-" is not part of the award number.
parent
d273d16c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/portal_mainsite.php
View file @
b1e744e8
<?php
#
# Copyright (c) 2006-201
6
University of Utah and the Flux Group.
# Copyright (c) 2006-201
7
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -56,7 +56,7 @@ if ($_SERVER["SERVER_NAME"] == "www.aptlab.net") {
$PORTAL_MANUAL
=
"http://docs.aptlab.net"
;
$PORTAL_HELPFORUM
=
"apt-users"
;
$PORTAL_PASSWORD_HELP
=
"Aptlab.net or Emulab.net Username"
;
$PORTAL_NSFNUMBER
=
"
CNS-
1338155"
;
$PORTAL_NSFNUMBER
=
"1338155"
;
$DEFAULT_AGGREGATE
=
"Utah APT"
;
$DEFAULT_AGGREGATE_URN
=
"urn:publicid:IDN+apt.emulab.net+authority+cm"
;
$PORTAL_GENESIS
=
"aptlab"
;
...
...
@@ -119,7 +119,7 @@ elseif ($ISALTDOMAIN && $_SERVER["SERVER_NAME"] == "www.phantomnet.org") {
$PORTAL_MANUAL
=
"http://docs.phantomnet.org"
;
$PORTAL_HELPFORUM
=
"phantomnet-users"
;
$PORTAL_PASSWORD_HELP
=
"PhantomNet.org or Emulab.net Username"
;
$PORTAL_NSFNUMBER
=
"
CNS-
1305384"
;
$PORTAL_NSFNUMBER
=
"1305384"
;
$DEFAULT_AGGREGATE
=
"Emulab"
;
$DEFAULT_AGGREGATE_URN
=
"urn:publicid:IDN+emulab.net+authority+cm"
;
$PORTAL_GENESIS
=
"phantomnet"
;
...
...
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