Changeset 2021 for pykota/trunk/cgi-bin
- Timestamp:
- 01/08/05 20:47:00 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2019 r2021 24 24 # 25 25 # $Log$ 26 # Revision 1.2 2005/01/08 19:47:00 jalet 27 # Fixed a bad copy&paste 28 # 26 29 # Revision 1.1 2005/01/08 19:13:11 jalet 27 30 # dumpykota.cgi was added to allow the use of dumpykota through the web. … … 155 158 fname = "page_log" 156 159 print "Content-type: %s" % ctype 157 print "Content-disposition: inline; attachment=%s" % fname160 print "Content-disposition: attachment; filename=%s" % fname 158 161 print 159 162 try :