summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael pereira2011-09-20 17:49:22 +0200
committermichael pereira2011-09-20 17:49:22 +0200
commitf06b4b1e88cc9e22b68bd55abb983dcafe388b5b (patch)
tree7f72480b11bd055284ca48b8a1958ec318ce6ec4
parentvesamenu (diff)
downloadpbs2-f06b4b1e88cc9e22b68bd55abb983dcafe388b5b.tar.gz
pbs2-f06b4b1e88cc9e22b68bd55abb983dcafe388b5b.tar.xz
pbs2-f06b4b1e88cc9e22b68bd55abb983dcafe388b5b.zip
vesamenu
-rw-r--r--application/modules/ipxe/controllers/AuthController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index c656cd4..a98deb1 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -74,6 +74,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
$result .= "login\n";
$result .= "set 209:string http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/true\n";
}else{
+ $result .= "login\n";
$result .= "set 209:string http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n";
}