summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authormichael pereira2011-10-26 18:01:58 +0200
committermichael pereira2011-10-26 18:01:58 +0200
commitb3985ebf651126791b4e6f4588352bfd7bd66fcf (patch)
treec49cf7cd9c4a847a6ccaca78588f0c0e4132fb27 /application/modules
parentvesamenu.c32 (diff)
downloadpbs2-b3985ebf651126791b4e6f4588352bfd7bd66fcf.tar.gz
pbs2-b3985ebf651126791b4e6f4588352bfd7bd66fcf.tar.xz
pbs2-b3985ebf651126791b4e6f4588352bfd7bd66fcf.zip
vesamenu.c32
Diffstat (limited to 'application/modules')
-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 8a9c65b..d168d12 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -101,7 +101,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
header('Content-Type: text/plain');
$result = "#!ipxe\n";
$result .= "login\n";
- $result .= "http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n";
+ $result .= "module http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n";
header("Content-Length: ".(strlen($result)));
echo $result;
exit;