summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/AuthController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
-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 75b25c2..d7f1446 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -78,7 +78,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
}
$result .= "module http://pbs2.mp.openslx.org/media/img/pbs2.png\n";
- $result .= "boot";
+ //$result .= "boot";
header("Content-Length: ".(strlen($result)));