summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/AuthController.php
diff options
context:
space:
mode:
authormichael pereira2011-08-05 13:46:11 +0200
committermichael pereira2011-08-05 13:46:11 +0200
commitccd6d36a7a26ce60e0e7b4491ea404730663f2e1 (patch)
tree245f2a2ece21a0ef8a989b6e90f59505c3175afa /application/modules/ipxe/controllers/AuthController.php
parentinitrd test (diff)
downloadpbs2-ccd6d36a7a26ce60e0e7b4491ea404730663f2e1.tar.gz
pbs2-ccd6d36a7a26ce60e0e7b4491ea404730663f2e1.tar.xz
pbs2-ccd6d36a7a26ce60e0e7b4491ea404730663f2e1.zip
initrd test
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php2
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";
}