diff options
| author | michael pereira | 2011-09-19 17:00:25 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-19 17:00:25 +0200 |
| commit | 980fd0d838efc0336eb5bcf485a1c49cd6f6892b (patch) | |
| tree | 904cf9047264ea373220c3b34d8cbf9e0d60f55a /application/modules/ipxe/controllers | |
| parent | ipxe gefixt (diff) | |
| download | pbs2-980fd0d838efc0336eb5bcf485a1c49cd6f6892b.tar.gz pbs2-980fd0d838efc0336eb5bcf485a1c49cd6f6892b.tar.xz pbs2-980fd0d838efc0336eb5bcf485a1c49cd6f6892b.zip | |
ipxe gefixt
Diffstat (limited to 'application/modules/ipxe/controllers')
| -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 5778bfb..b20b6d3 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -76,7 +76,7 @@ class Ipxe_AuthController extends Zend_Controller_Action }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']."/\n"; - $result .= "chain \${210:string}ipxe/resource/getpxelinux/alpha/".$session->getAlphasessionID()."/pxelinux.0s"; + $result .= "chain \${210:string}ipxe/resource/getpxelinux/alpha/".$session->getAlphasessionID()."/pxelinux.0"; } header("Content-Length: ".(strlen($result))); |
