diff options
| author | michael pereira | 2011-09-26 03:08:31 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-26 03:08:31 +0200 |
| commit | 41be673a7e8d7b21c74d0287a92c3c0b333dc7e7 (patch) | |
| tree | a1b2a6cd32e3aff298e306fc5a131b6a29e02ea8 /application/modules/ipxe/controllers/AuthController.php | |
| parent | menues ueberarbeitet (diff) | |
| download | pbs2-41be673a7e8d7b21c74d0287a92c3c0b333dc7e7.tar.gz pbs2-41be673a7e8d7b21c74d0287a92c3c0b333dc7e7.tar.xz pbs2-41be673a7e8d7b21c74d0287a92c3c0b333dc7e7.zip | |
menues ueberarbeitet
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index 931ea64..2923ea3 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -105,6 +105,7 @@ class Ipxe_AuthController extends Zend_Controller_Action $result .= "chain http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n"; header("Content-Length: ".(strlen($result))); echo $result; + exit; } if(!isset($_SERVER['PHP_AUTH_USER']) || !isset($_SERVER['PHP_AUTH_PW'])){ |
