From 5e8a37824feb6f39cba0a08a8a7e3d660799074b Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 20 Jul 2011 00:06:35 +0200 Subject: menu structire --- application/modules/ipxe/controllers/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/ipxe/controllers/AuthController.php') 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{ -- cgit v1.2.3-55-g7522