diff options
| author | michael pereira | 2011-09-21 16:03:34 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-21 16:03:34 +0200 |
| commit | ad4b17071ee26f89264be2d8dd532d7ddc978ae4 (patch) | |
| tree | 7c12d8861266c8ae09a74746acf590e5d3dfb148 /application/modules/ipxe/views/scripts/resource | |
| parent | gpxecmd.c32 (diff) | |
| download | pbs2-ad4b17071ee26f89264be2d8dd532d7ddc978ae4.tar.gz pbs2-ad4b17071ee26f89264be2d8dd532d7ddc978ae4.tar.xz pbs2-ad4b17071ee26f89264be2d8dd532d7ddc978ae4.zip | |
gpxecmd.c32
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 4 |
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."); } |
