summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers
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/controllers
parentvesamenu.c32 (diff)
downloadpbs2-bc07ead96707b07fcc943a8ac2e9a9b378e9f4f7.tar.gz
pbs2-bc07ead96707b07fcc943a8ac2e9a9b378e9f4f7.tar.xz
pbs2-bc07ead96707b07fcc943a8ac2e9a9b378e9f4f7.zip
vesamenu.c32
Diffstat (limited to 'application/modules/ipxe/controllers')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index 6fdfcbe..8a9c65b 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -100,7 +100,6 @@ class Ipxe_AuthController extends Zend_Controller_Action
if (isset($login)){
header('Content-Type: text/plain');
$result = "#!ipxe\n";
- $result .= "imgfree\n";
$result .= "login\n";
$result .= "http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n";
header("Content-Length: ".(strlen($result)));
@@ -147,7 +146,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
$this->error = "session";
}
- $this->_redirect('/ipxe/resource/getvesamenuconfig/alpha/'.$alpha.'/error/'.$this->error);
+ //$this->_redirect('/ipxe/resource/getvesamenuconfig/alpha/'.$alpha.'/error/'.$this->error);
}