From 7c3c466325af2a3eb1c1020a4fe7252bb8fff28e Mon Sep 17 00:00:00 2001 From: michael pereira Date: Sun, 30 Oct 2011 23:45:16 +0100 Subject: login --- application/modules/ipxe/controllers/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/ipxe/controllers') diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index 226f38b..a456115 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -117,7 +117,7 @@ class Ipxe_AuthController extends Zend_Controller_Action header('Content-Type: text/plain'); $result = "#!ipxe\n"; $result .= "login\n"; - $result .= "isset \${username} || set username ' '\n"; + $result .= "isset \${username} || set username\n"; $result .= "chain http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n"; header("Content-Length: ".(strlen($result))); echo $result; -- cgit v1.2.3-55-g7522