summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers
diff options
context:
space:
mode:
authormichael pereira2011-10-31 01:02:47 +0100
committermichael pereira2011-10-31 01:02:47 +0100
commitb3f501a6cabab2582d969741fe7eb09e257e7474 (patch)
tree028bf056f5a70c06dd6e51d325dd42803c32d2ae /application/modules/ipxe/controllers
parentlogin (diff)
downloadpbs2-b3f501a6cabab2582d969741fe7eb09e257e7474.tar.gz
pbs2-b3f501a6cabab2582d969741fe7eb09e257e7474.tar.xz
pbs2-b3f501a6cabab2582d969741fe7eb09e257e7474.zip
login
Diffstat (limited to 'application/modules/ipxe/controllers')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index 0eee127..c54e881 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -85,8 +85,6 @@ class Ipxe_AuthController extends Zend_Controller_Action
$result .= "set filename http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/".$this->error."\n";
$result .= ":start\n";
$result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 \${filename}\n";
- $result .= "show filename\n";
- $result .= "prompt\n";
$result .= "goto start\n";
}else{
$result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/serialnumber/$serialnumber/mac/$mac/error/$this->error\n";