summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-06-19 17:15:29 +0200
committerMichael Neves2012-06-19 17:15:29 +0200
commitd8e88bb0f7bf1f23b2cf1eb7fb218a12d7159e91 (patch)
treeb48bb3f9b2788090071185c27a0660cd7797075c
parentredirects aus ipxe-auth controller raus (diff)
downloadpbs2-d8e88bb0f7bf1f23b2cf1eb7fb218a12d7159e91.tar.gz
pbs2-d8e88bb0f7bf1f23b2cf1eb7fb218a12d7159e91.tar.xz
pbs2-d8e88bb0f7bf1f23b2cf1eb7fb218a12d7159e91.zip
redirects aus ipxe-auth controller raus
-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 fd257c4..1098789 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -54,7 +54,7 @@
function retry ($alphaID) {
title ("Authentication Failed");
uriboot ( "Try again", "/ipxe/auth/login/alpha/$alphaID/login/true", "" );
- uriboot ( "Return to Group Bootmenu", "/ipxe/vesamenu.c32", "/ipxe/auth/logout/alpha/$alphaID" );
+ uriboot ( "Return to Group Bootmenu", "/ipxe/auth/logout/alpha/$alphaID", "" );
}
function sessionerror ($serialnumber,$mac) {