You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2009/02/24 01:51:59 UTC

svn commit: r747241 - /incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php

Author: chabotc
Date: Tue Feb 24 00:51:59 2009
New Revision: 747241

URL: http://svn.apache.org/viewvc?rev=747241&view=rev
Log:
Doh. debugging edit made its way in

Modified:
    incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php

Modified: incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php?rev=747241&r1=747240&r2=747241&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php Tue Feb 24 00:51:59 2009
@@ -49,7 +49,7 @@
       }
     }
     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;