diff options
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
-rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |