summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views
diff options
context:
space:
mode:
authormichael pereira2011-09-21 16:03:34 +0200
committermichael pereira2011-09-21 16:03:34 +0200
commitad4b17071ee26f89264be2d8dd532d7ddc978ae4 (patch)
tree7c12d8861266c8ae09a74746acf590e5d3dfb148 /application/modules/ipxe/views
parentgpxecmd.c32 (diff)
downloadpbs2-ad4b17071ee26f89264be2d8dd532d7ddc978ae4.tar.gz
pbs2-ad4b17071ee26f89264be2d8dd532d7ddc978ae4.tar.xz
pbs2-ad4b17071ee26f89264be2d8dd532d7ddc978ae4.zip
gpxecmd.c32
Diffstat (limited to 'application/modules/ipxe/views')
-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 50b96e6..95a9c11 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -122,11 +122,11 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
}
}
if($this->login)
- uriboot ( "Return to Group Bootmenu", "http://$this->host/ipxe/gpxecmd.c32", "http://$this->host/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/123/login/false" );
+ uriboot ( "Return to Group Bootmenu", "http://$this->host/ipxe/gpxecmd.c32", "chain http://$this->host/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/123/login/false" );
}
if(!$this->login){
- uriboot ( "Login", "http://$this->host/ipxe/gpxecmd.c32", "http://$this->host/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/123/login/true" );
+ uriboot ( "Login", "http://$this->host/ipxe/gpxecmd.c32", "chain http://$this->host/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/123/login/true" );
texthelp("Login to get your own Bootmenu.");
}