From a3795284e6fc982cd86145f358a60d903b40e6f6 Mon Sep 17 00:00:00 2001 From: Chris Chabot Date: Tue, 24 Feb 2009 00:51:59 +0000 Subject: [PATCH] Doh. debugging edit made its way in git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/trunk@747241 13f79535-47bb-0310-9956-ffa450edef68 --- php/src/gadgets/ProxyHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/src/gadgets/ProxyHandler.php b/php/src/gadgets/ProxyHandler.php index ef39c073..5348128d 100644 --- a/php/src/gadgets/ProxyHandler.php +++ b/php/src/gadgets/ProxyHandler.php @@ -49,7 +49,7 @@ class ProxyHandler extends ProxyBase { } } if (! $isShockwaveFlash) { - //header('Content-Disposition: attachment;filename=p.txt'); + header('Content-Disposition: attachment;filename=p.txt'); } $lastModified = $result->getResponseHeader('Last-Modified') != null ? $result->getResponseHeader('Last-Modified') : gmdate('D, d M Y H:i:s', $result->getCreated()) . ' GMT'; $notModified = false; -- 2.11.4.GIT