diff options
| author | michael pereira | 2011-10-26 18:01:58 +0200 |
|---|---|---|
| committer | michael pereira | 2011-10-26 18:01:58 +0200 |
| commit | b3985ebf651126791b4e6f4588352bfd7bd66fcf (patch) | |
| tree | c49cf7cd9c4a847a6ccaca78588f0c0e4132fb27 /application/modules/ipxe/controllers/AuthController.php | |
| parent | vesamenu.c32 (diff) | |
| download | pbs2-b3985ebf651126791b4e6f4588352bfd7bd66fcf.tar.gz pbs2-b3985ebf651126791b4e6f4588352bfd7bd66fcf.tar.xz pbs2-b3985ebf651126791b4e6f4588352bfd7bd66fcf.zip | |
vesamenu.c32
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 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; |
