www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/software/goodbye index.php


From: Matt Lee
Subject: www/software/goodbye index.php
Date: Tue, 05 Jan 2010 21:48:30 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        10/01/05 21:48:30

Modified files:
        software/goodbye: index.php 

Log message:
        fix file name

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/software/goodbye/index.php?cvsroot=www&r1=1.23&r2=1.24

Patches:
Index: index.php
===================================================================
RCS file: /web/www/www/software/goodbye/index.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- index.php   5 Jan 2010 21:46:16 -0000       1.23
+++ index.php   5 Jan 2010 21:48:23 -0000       1.24
@@ -18,7 +18,7 @@
   header("Content-Type: application/octet-stream; ");
   header("Content-Transfer-Encoding: binary"); 
   header("Content-Length: " . strlen($contents) ."; ");  
-  header("Content-Disposition: attachment; filename='" . $u . $a . $h . "'");
+  header("Content-Disposition: attachment; filename='goodbye-" . $u . "=" . $a 
 . "'");
   flush();
   echo $contents;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]