summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers
diff options
context:
space:
mode:
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 c54e881..e6f1336 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -116,7 +116,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
header('WWW-Authenticate: Basic realm=""');
header('HTTP/1.0 401 Unauthorized');
$result = "#!ipxe\n";
- $result .= "set http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/login\n";
+ $result .= "set filename http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/login\n";
header("Content-Length: ".(strlen($result)));
echo $result;
exit;
@@ -145,7 +145,6 @@ class Ipxe_AuthController extends Zend_Controller_Action
$this->session->setPersonID($person->getID());
$this->sessionMapper->save($this->session);
- $this->error = "success";
} else {
$this->error = "login";