summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-06-27 12:53:45 +0200
committerMichael Neves2012-06-27 12:53:45 +0200
commit6d924797a2fdd83420ca188d7a9779816b9c1986 (patch)
tree068a8b7af69ceb6db8844dba4bd9e583f3cfc1cd
parentgetvesamenu httpmode and host (diff)
downloadpbs2-6d924797a2fdd83420ca188d7a9779816b9c1986.tar.gz
pbs2-6d924797a2fdd83420ca188d7a9779816b9c1986.tar.xz
pbs2-6d924797a2fdd83420ca188d7a9779816b9c1986.zip
ipxe auth login
-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 ba2408a..e5eb289 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 .= "set filename ".$this->httpmode."://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n";
+ $result .= "chain ".$this->httpmode."://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n";
header("Content-Length: ".(strlen($result)));
echo $result;
exit;