summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource
diff options
context:
space:
mode:
authormichael pereira2011-09-26 03:48:27 +0200
committermichael pereira2011-09-26 03:48:27 +0200
commit65ff096b15e8ead1343710a28cb9c1c9e2a52edd (patch)
tree3aed6a3b9abe6316574cbeb43c6f3629a1a95d67 /application/modules/ipxe/views/scripts/resource
parentauth header (diff)
downloadpbs2-65ff096b15e8ead1343710a28cb9c1c9e2a52edd.tar.gz
pbs2-65ff096b15e8ead1343710a28cb9c1c9e2a52edd.tar.xz
pbs2-65ff096b15e8ead1343710a28cb9c1c9e2a52edd.zip
auth header
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml2
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", "" );
}