From eccf43f12aafe4bc3bd6fb99f7809c85d2c66d31 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 19 Sep 2011 16:47:17 +0200 Subject: ipxe gefixt --- application/modules/ipxe/controllers/ResourceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/ipxe/controllers/ResourceController.php') diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php index f071fa9..feb85d2 100644 --- a/application/modules/ipxe/controllers/ResourceController.php +++ b/application/modules/ipxe/controllers/ResourceController.php @@ -74,7 +74,7 @@ class Ipxe_ResourceController extends Zend_Controller_Action header('Content-Type: application/octet-stream'); $content_disp = ( ereg('MSIE ([0-9].[0-9]{1,2})', $_SERVER['HTTP_USER_AGENT']) == 'IE') ? 'inline' : 'attachment'; - header('Content-Disposition: ' . $content_disp . '; filename="pxelinux.c32"'); + header('Content-Disposition: ' . $content_disp . '; filename="pxelinux.0"'); header('Pragma: no-cache'); header('Expires: 0'); -- cgit v1.2.3-55-g7522