diff options
| author | michael pereira | 2011-07-11 02:32:11 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-11 02:32:11 +0200 |
| commit | 6a473b14eba02b9ba459dda24033f8f9a8f7103c (patch) | |
| tree | 45d274fd34f3963d62b9b3b1c7adee080694b4dd /application/modules/ipxe/controllers/AuthController.php | |
| parent | redirect raus (diff) | |
| download | pbs2-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.php | 2 |
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))); |
