diff options
author | Michael Neves | 2012-06-26 15:13:52 +0200 |
---|---|---|
committer | Michael Neves | 2012-06-26 15:13:52 +0200 |
commit | b97602f36c3785155617bdd2a7b445eec3aa38b1 (patch) | |
tree | b9f09725a3909930e62735c8854c5f5d62aefbbd | |
parent | http for vesamenu (diff) | |
download | pbs2-b97602f36c3785155617bdd2a7b445eec3aa38b1.tar.gz pbs2-b97602f36c3785155617bdd2a7b445eec3aa38b1.tar.xz pbs2-b97602f36c3785155617bdd2a7b445eec3aa38b1.zip |
http for vesamenu
-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 cd00ff5..8c3c530 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -173,7 +173,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", "$this->httpmode://$this->host/ipxe/auth/login/alpha/$this->alphaID/login/true", "" ); texthelp("Login to get your own Bootmenu."); }else{ comment ("login", "Logged-In as $this->firstname $this->name in Group $this->group"); |