summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/AuthController.php
diff options
context:
space:
mode:
authormichael pereira2011-07-20 00:06:35 +0200
committermichael pereira2011-07-20 00:06:35 +0200
commit5e8a37824feb6f39cba0a08a8a7e3d660799074b (patch)
tree07dca7bfbef00400b862e531e9e875516ffc8201 /application/modules/ipxe/controllers/AuthController.php
parentmenu structire (diff)
downloadpbs2-5e8a37824feb6f39cba0a08a8a7e3d660799074b.tar.gz
pbs2-5e8a37824feb6f39cba0a08a8a7e3d660799074b.tar.xz
pbs2-5e8a37824feb6f39cba0a08a8a7e3d660799074b.zip
menu structire
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 36a170b..b7e9a1f 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -70,7 +70,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
$result = "#!ipxe\n";
$result .= "imgfree\n";
- if(isset($login)){
+ if($login == 'true'){
$result .= "login\n";
$result .= "chain 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";
}else{