summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource
diff options
context:
space:
mode:
authormichael pereira2011-10-27 16:48:54 +0200
committermichael pereira2011-10-27 16:48:54 +0200
commit7af05732e2f961c7bd764f35e825d3bd1dde0577 (patch)
tree55fa3df10b11c741040c7f68b985afe132d1253e /application/modules/ipxe/views/scripts/resource
parentsession gc maxlifetime (diff)
downloadpbs2-7af05732e2f961c7bd764f35e825d3bd1dde0577.tar.gz
pbs2-7af05732e2f961c7bd764f35e825d3bd1dde0577.tar.xz
pbs2-7af05732e2f961c7bd764f35e825d3bd1dde0577.zip
start label for vesamenu
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
index 4909f89..f07fb6a 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -44,13 +44,13 @@
function nomembership ($alphaID) {
comment ("failed", "You have no memberships");
- uriboot ( "Return to Group Bootmenu", "/ipxe/auth/logout/alpha/$alphaID", "" );
+ uriboot ( "Return to Group Bootmenu", "/ipxe/vesamenu.c32", "/ipxe/auth/logout/alpha/$alphaID" );
}
function retry ($alphaID) {
comment ("failed", "Authentication Failed");
uriboot ( "Try again", "/ipxe/auth/login/alpha/$alphaID/login/true", "" );
- uriboot ( "Return to Group Bootmenu", "/ipxe/auth/logout/alpha/$alphaID", "" );
+ uriboot ( "Return to Group Bootmenu", "/ipxe/vesamenu.c32", "/ipxe/auth/logout/alpha/$alphaID" );
}
function sessionerror ($serialnumber,$mac) {