diff options
| author | michael pereira | 2011-08-05 13:51:30 +0200 |
|---|---|---|
| committer | michael pereira | 2011-08-05 13:51:30 +0200 |
| commit | 0338b7fb3de1b171fc05c6d7569c51cd837ae9fb (patch) | |
| tree | a0f1da990291557507e557550ed4ad8fab2257ae /application | |
| parent | initrd test (diff) | |
| download | pbs2-0338b7fb3de1b171fc05c6d7569c51cd837ae9fb.tar.gz pbs2-0338b7fb3de1b171fc05c6d7569c51cd837ae9fb.tar.xz pbs2-0338b7fb3de1b171fc05c6d7569c51cd837ae9fb.zip | |
initrd test
Diffstat (limited to 'application')
| -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 ac375a9..3f01dad 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -73,8 +73,8 @@ 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()."\n"; - $result .= "initrd http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n"; + $result .= "kernel http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()." http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n"; + $result .= "module http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()." http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n"; } $result .= "module http://pbs2.mp.openslx.org/media/img/pbs2.png\n"; |
