From bc07ead96707b07fcc943a8ac2e9a9b378e9f4f7 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 26 Oct 2011 17:48:27 +0200 Subject: vesamenu.c32 --- application/modules/ipxe/controllers/AuthController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'application/modules/ipxe/controllers/AuthController.php') 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); } -- cgit v1.2.3-55-g7522