summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/controllers/ResourceController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/dev/controllers/ResourceController.php')
-rw-r--r--application/modules/dev/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/dev/controllers/ResourceController.php b/application/modules/dev/controllers/ResourceController.php
index f37e0bc..03807c7 100644
--- a/application/modules/dev/controllers/ResourceController.php
+++ b/application/modules/dev/controllers/ResourceController.php
@@ -61,7 +61,7 @@ class dev_ResourceController extends Zend_Controller_Action
header('Content-Type: application/x-gzip');
$content_disp = ( ereg('MSIE ([0-9].[0-9]{1,2})', $_SERVER['HTTP_USER_AGENT']) == 'IE') ? 'inline' : 'attachment';
- header('Content-Disposition: ' . $content_disp . '; filename="config.tar.gz"');
+ header('Content-Disposition: ' . $content_disp . '; filename="config.tgz"');
header('Pragma: no-cache');
header('Expires: 0');