diff options
| author | michael pereira | 2011-09-20 17:05:02 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-20 17:05:02 +0200 |
| commit | ae4ffe939172fc99cddb720bac584b4ffe85f55f (patch) | |
| tree | ef390148dd304a10227ae4ee89250a5f7154b725 /application/modules/ipxe/controllers/AuthController.php | |
| parent | vesamenu (diff) | |
| download | pbs2-ae4ffe939172fc99cddb720bac584b4ffe85f55f.tar.gz pbs2-ae4ffe939172fc99cddb720bac584b4ffe85f55f.tar.xz pbs2-ae4ffe939172fc99cddb720bac584b4ffe85f55f.zip | |
vesamenu
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index 5ee0717..3b63b44 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -75,8 +75,8 @@ class Ipxe_AuthController extends Zend_Controller_Action $result .= "kernel http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()." http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/true\n"; }else{ $result .= "set 209:string http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n"; - $result .= "set 210:string http://".$_SERVER['HTTP_HOST']."/media/\n"; - $result .= "chain \${210:string}pxelinux.0\n"; + $result .= "set 210:string http://".$_SERVER['HTTP_HOST']."/"; + $result .= "chain \${210:string}ipxe/resource/getpxelinux/alpha/".$session->getAlphasessionID(); } header("Content-Length: ".(strlen($result))); |
