diff options
| author | michael pereira | 2011-08-05 13:46:11 +0200 |
|---|---|---|
| committer | michael pereira | 2011-08-05 13:46:11 +0200 |
| commit | ccd6d36a7a26ce60e0e7b4491ea404730663f2e1 (patch) | |
| tree | 245f2a2ece21a0ef8a989b6e90f59505c3175afa /application | |
| parent | initrd test (diff) | |
| download | pbs2-ccd6d36a7a26ce60e0e7b4491ea404730663f2e1.tar.gz pbs2-ccd6d36a7a26ce60e0e7b4491ea404730663f2e1.tar.xz pbs2-ccd6d36a7a26ce60e0e7b4491ea404730663f2e1.zip | |
initrd test
Diffstat (limited to 'application')
| -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 36e6d53..ac375a9 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -73,7 +73,7 @@ class Ipxe_AuthController extends Zend_Controller_Action $result .= "login\n"; $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 .= "kernel http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID(); + $result .= "kernel http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()."\n"; $result .= "initrd http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n"; } |
