summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource
diff options
context:
space:
mode:
authormichael pereira2011-10-26 17:48:27 +0200
committermichael pereira2011-10-26 17:48:27 +0200
commitbc07ead96707b07fcc943a8ac2e9a9b378e9f4f7 (patch)
tree24da96d23f04e33c433a770bb906265d16b35fff /application/modules/ipxe/views/scripts/resource
parentvesamenu.c32 (diff)
downloadpbs2-bc07ead96707b07fcc943a8ac2e9a9b378e9f4f7.tar.gz
pbs2-bc07ead96707b07fcc943a8ac2e9a9b378e9f4f7.tar.xz
pbs2-bc07ead96707b07fcc943a8ac2e9a9b378e9f4f7.zip
vesamenu.c32
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 3408ec7..7e5f930 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -161,7 +161,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
comment ("info", "More Options:");
if(!$this->loggedin){
- uriboot ( "Login", "/ipxe/vesamenu.c32", "/ipxe/auth/login/alpha/$this->alphaID/login/true" );
+ uriboot ( "Login", "/ipxe/auth/login/alpha/$this->alphaID/login/true", "" );
texthelp("Login to get your own Bootmenu.");
}else{
uriboot ( "Switch Group From $this->group", "/ipxe/vesamenu.c32", "/ipxe/auth/switchgroup/alpha/$this->alphaID" );