diff options
| author | michael pereira | 2011-09-19 16:47:17 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-19 16:47:17 +0200 |
| commit | eccf43f12aafe4bc3bd6fb99f7809c85d2c66d31 (patch) | |
| tree | a6a916dd4914fd21b0d2948e72c20c2ebb9b196f /application/modules/ipxe/controllers/ResourceController.php | |
| parent | ipxe gefixt (diff) | |
| download | pbs2-eccf43f12aafe4bc3bd6fb99f7809c85d2c66d31.tar.gz pbs2-eccf43f12aafe4bc3bd6fb99f7809c85d2c66d31.tar.xz pbs2-eccf43f12aafe4bc3bd6fb99f7809c85d2c66d31.zip | |
ipxe gefixt
Diffstat (limited to 'application/modules/ipxe/controllers/ResourceController.php')
| -rw-r--r-- | application/modules/ipxe/controllers/ResourceController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |
