diff options
| author | michael pereira | 2011-10-27 18:45:30 +0200 |
|---|---|---|
| committer | michael pereira | 2011-10-27 18:45:30 +0200 |
| commit | 044f95dcdf87acb81f91b706e7c39bb6e59fca89 (patch) | |
| tree | 119ee4d258b7441bd4e90464f3f6cf7eba1095da /application/modules/ipxe/controllers | |
| parent | start label for vesamenu (diff) | |
| download | pbs2-044f95dcdf87acb81f91b706e7c39bb6e59fca89.tar.gz pbs2-044f95dcdf87acb81f91b706e7c39bb6e59fca89.tar.xz pbs2-044f95dcdf87acb81f91b706e7c39bb6e59fca89.zip | |
start label for vesamenu
Diffstat (limited to 'application/modules/ipxe/controllers')
| -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 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; |
