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
7f1bbf82
Commit
7f1bbf82
authored
Dec 16, 2014
by
Robert Ricci
Browse files
Fix CloudLab domain in login box text
parent
92c00072
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/aptui/login.php
View file @
7f1bbf82
...
...
@@ -89,7 +89,7 @@ function SPITFORM($uid, $referrer, $error)
{
global
$TBDB_UIDLEN
,
$TBBASE
,
$refer
;
global
$ISAPT
,
$ISCLOUD
,
$showguestlogin
;
$pwlab
=
(
$ISAPT
?
"Aptlab.net"
:
"CloudLab.
net
"
)
.
$pwlab
=
(
$ISAPT
?
"Aptlab.net"
:
"CloudLab.
us
"
)
.
" or Emulab.net Username"
;
header
(
"Last-Modified: "
.
gmdate
(
"D, d M Y H:i:s"
)
.
" GMT"
);
...
...
www/aptui/quickvm_sup.php
View file @
7f1bbf82
...
...
@@ -441,7 +441,7 @@ function SpitVerifyModal($id, $label)
function
SpitLoginModal
(
$id
)
{
global
$APTTITLE
,
$ISAPT
,
$ISCLOUD
;
$pwlab
=
(
$ISAPT
?
"Aptlab.net"
:
"CloudLab.
net
"
)
.
$pwlab
=
(
$ISAPT
?
"Aptlab.net"
:
"CloudLab.
us
"
)
.
" or Emulab.net Username"
;
$pwlab
=
"
$pwlab
"
;
$referrer
=
CleanString
(
$_SERVER
[
'REQUEST_URI'
]);
...
...
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