summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael pereira2011-10-27 18:45:30 +0200
committermichael pereira2011-10-27 18:45:30 +0200
commit044f95dcdf87acb81f91b706e7c39bb6e59fca89 (patch)
tree119ee4d258b7441bd4e90464f3f6cf7eba1095da
parentstart label for vesamenu (diff)
downloadpbs2-044f95dcdf87acb81f91b706e7c39bb6e59fca89.tar.gz
pbs2-044f95dcdf87acb81f91b706e7c39bb6e59fca89.tar.xz
pbs2-044f95dcdf87acb81f91b706e7c39bb6e59fca89.zip
start label for vesamenu
-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 00e6cc3..7056cb6 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -104,7 +104,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
header('Content-Type: text/plain');
$result = "#!ipxe\n";
$result .= "login\n";
- $result .= "chain 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;