summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource/getvesamenu.phtml')
-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 17fda91..8de8285 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -153,7 +153,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
if(isset($this->bmelist)){
foreach($this->bmelist as $bme){
uriboot ( $bme->getTitle(),
- "$this->httpmode://$this->host/ipxe/resource/bootSystem/alpha/$this->alphaID/bme/".$bme->getID(), "");
+ "$this->httpmode://$this->host/ipxe/resource/boottrustedsystem/alpha/$this->alphaID/bme/".$bme->getID(), "");
}
}else{
nobootmenu();