From 9f70683f2fc5cb2a54d37b7bf8fe2efa27be7427 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Tue, 26 Jun 2012 17:16:56 +0200 Subject: relative urls removed from vesamenu --- application/modules/ipxe/controllers/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index 4a5b501..b56982f 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -109,7 +109,7 @@ class Ipxe_AuthController extends Zend_Controller_Action { $result .= "clear password\n"; $result .= "login\n"; $result .= "isset \${username} || set username null\n"; - $result .= "chain ".$this->httpmode."://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n"; + $result .= "set filename ".$this->httpmode."://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n"; header("Content-Length: ".(strlen($result))); echo $result; exit; -- cgit v1.2.3-55-g7522