diff options
| author | michael pereira | 2011-10-21 17:05:42 +0200 |
|---|---|---|
| committer | michael pereira | 2011-10-21 17:05:42 +0200 |
| commit | 45d60fb5db941062ea0198004a255de09ba666a4 (patch) | |
| tree | 2af0f20d208468cd75afe430a31b218332c33749 /application/modules/ipxe/views/scripts/resource | |
| parent | com32 debug (diff) | |
| download | pbs2-45d60fb5db941062ea0198004a255de09ba666a4.tar.gz pbs2-45d60fb5db941062ea0198004a255de09ba666a4.tar.xz pbs2-45d60fb5db941062ea0198004a255de09ba666a4.zip | |
com32 debug
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
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 40a8520..84783be 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -162,7 +162,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none comment ("info", "More Options:"); if(!$this->loggedin){ - uriboot ( "Login", "/ipxe/auth/login/alpha/$this->alphaID/login/true", "" ); + uriboot ( "Login", "vesamenu.c32", "/ipxe/auth/login/alpha/$this->alphaID" ); texthelp("Login to get your own Bootmenu."); }else{ // uriboot ( "Switch Group From $this->group", "/ipxe/auth/switchgroup/alpha/$this->alphaID", "" ); |
