diff options
| author | michael pereira | 2011-09-26 03:48:27 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-26 03:48:27 +0200 |
| commit | 65ff096b15e8ead1343710a28cb9c1c9e2a52edd (patch) | |
| tree | 3aed6a3b9abe6316574cbeb43c6f3629a1a95d67 /application/modules/ipxe/views | |
| parent | auth header (diff) | |
| download | pbs2-65ff096b15e8ead1343710a28cb9c1c9e2a52edd.tar.gz pbs2-65ff096b15e8ead1343710a28cb9c1c9e2a52edd.tar.xz pbs2-65ff096b15e8ead1343710a28cb9c1c9e2a52edd.zip | |
auth header
Diffstat (limited to 'application/modules/ipxe/views')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 2f373a6..dd0e9ef 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -49,7 +49,7 @@ function retry ($alphaID) { comment ("failed", "Authentication Failed"); - uriboot ( "Try again", "/ipxe/auth/login/alpha/$alphaID", "" ); + uriboot ( "Try again", "/ipxe/auth/login/alpha/$alphaID/login/true", "" ); uriboot ( "Return to Group Bootmenu", "/ipxe/auth/logout/alpha/$alphaID", "" ); } |
