summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/AuthController.php
diff options
context:
space:
mode:
authormichael pereira2011-07-11 02:32:11 +0200
committermichael pereira2011-07-11 02:32:11 +0200
commit6a473b14eba02b9ba459dda24033f8f9a8f7103c (patch)
tree45d274fd34f3963d62b9b3b1c7adee080694b4dd /application/modules/ipxe/controllers/AuthController.php
parentredirect raus (diff)
downloadpbs2-6a473b14eba02b9ba459dda24033f8f9a8f7103c.tar.gz
pbs2-6a473b14eba02b9ba459dda24033f8f9a8f7103c.tar.xz
pbs2-6a473b14eba02b9ba459dda24033f8f9a8f7103c.zip
redirect raus
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index 7cc5a13..ba4e6fb 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -79,7 +79,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
$result = "#!ipxe\n";
$result .= "imgfree\n";
- $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$this->thisSession->getAlphasessionID()." http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->thisSession->getAlphasessionID();
+ $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()." http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID();
header("Content-Length: ".(strlen($result)));