plugins/SpecialUpdownload.php
changeset 1283 cdbc7f48ab72
parent 1279 0bc945385d74
child 1359 53c7e3cc7fb5
--- a/plugins/SpecialUpdownload.php	Sat Jul 31 11:46:53 2010 -0400
+++ b/plugins/SpecialUpdownload.php	Sat Jul 31 14:12:56 2010 -0400
@@ -301,7 +301,7 @@
 	{
 		header('Content-disposition: attachment, filename="' . $filename . '";');
 	}
-	// if ( !@$GLOBALS['do_gzip'] )
+	if ( !@$GLOBALS['do_gzip'] )
 		header('Content-length: ' . $len);
 	
 	header('Last-Modified: '.enano_date('r', $row['time_id']));